6 lines
180 B
Go
6 lines
180 B
Go
|
package erc721
|
||
|
|
||
|
// contract address https://etherscan.io/address/0xc0c7eb8e88e7244f7c3569e483ad891f5a508a60#code
|
||
|
|
||
|
//go:generate abigen -abi ./ERC721.abi -pkg erc721 -out erc721.go
|