CoinList NFT
Verified contract
Active on
Ethereum with 3,235 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "CoinList NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21291409 | 20 hours ago | | | 0 | 0.00029968476 | |
| 21260009 | 5 days ago | | | 0 | 0.00039577862 | |
| 21244032 | 7 days ago | | | 0 | 0.00081981143 | |
| 21236884 | 8 days ago | | | 0 | 0.00075317245 | |
| 21236881 | 8 days ago | | | 0 | 0.0013123892 | |
| 21230196 | 9 days ago | | | 0 | 0.00059043904 | |
| 21151845 | 20 days ago | | | 0 | 0.00042889922 | |
| 21148640 | 21 days ago | | | 0 | 0.00020187036 | |
| 21134498 | 23 days ago | | | 0 | 0.00049800145 | |
| 21127037 | 24 days ago | | | 0 | 0.00075672758 |
ABI
ABI objects
Getter at block 21297498
baseURI() view returns (string)
https://graphigo.prd.galaxy.eco/metadata/0x12F837F1a2C96909C0b85FafB3aF7eEbF9ecff0D/
getNumMinted() view returns (uint256)
2631
name() view returns (string)
CoinList NFT
owner() view returns (address)
0xae4d2f063b6e75921938445c8ba78e45d268c783
starCount() view returns (uint256)
2631
symbol() view returns (string)
CoinList
totalSupply() view returns (uint256)
2631
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOf(address account, uint256 id) view returns (bool)
minters(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 id) view returns (string)
State-modifying
Events addMinter(address minter)
approve(address to, uint256 tokenId)
burn(address account, uint256 id)
burnBatch(address account, uint256[] ids)
mint(address account, uint256 powah) returns (uint256)
mintBatch(address account, uint256 amount, uint256[] powahArr) returns (uint256[])
removeMinter(address minter)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EventMinterAdded(address indexed newMinter)
EventMinterRemoved(address indexed oldMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.