CoinGecko Xmas 2018 NFToken
Verified contract
Active on
Ethereum with 187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CoinGecko Xmas 2018 NFToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15398453 | 2 years ago | | | 0 | 0.00073396144 | |
| 9344815 | 5 years ago | | | 0 | 0.000048503400 | |
| 8365122 | 5 years ago | | | 0 | 0.00054581000 | |
| 7849676 | 6 years ago | | | 0 | 0.00023359000 | |
| 7849661 | 6 years ago | | | 0 | 0.00013735092 | |
| 7846617 | 6 years ago | | | 0 | 0.00016570291 | |
| 7834168 | 6 years ago | | | 0 | 0.00014015400 | |
| 7113252 | 6 years ago | | | 0 | 0.0010916200 | |
| 7090871 | 6 years ago | | | 0 | 0.00098188200 | |
| 7090860 | 6 years ago | | | 0 | 0.0010916200 |
ABI
ABI objects
Getter at block 21319578
index() view returns (uint256)
100
name() view returns (string)
CoinGecko Xmas 2018 NFToken
owner() view returns (address)
0x89ae614d5e0c9dad0fa6a53ca3b14e38c85a73b8
symbol() view returns (string)
GECKOX18
totalSupply() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
createNFToken(string _tokenURI) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.