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 "Tunnel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22731574 | a minute ago | | | 0 | 0.0000079195965 | |
| 22731448 | 5 minutes ago | | | 0 | 0.0000079195965 | |
| 22731425 | 6 minutes ago | | | 0 | 2.2482151e-7 | |
| 22731315 | 9 minutes ago | | | 0 | 1.8052815e-7 | |
| 22731015 | 19 minutes ago | | | 0 | 2.1298842e-7 | |
| 22730971 | 21 minutes ago | | | 0 | 0.000000208275019000 | |
| 22730911 | 23 minutes ago | | | 0 | 2.8195669e-7 | |
| 22730708 | 30 minutes ago | | | 0 | 0.0000079195965 | |
| 22730592 | 34 minutes ago | | | 0 | 1.6295576e-7 | |
| 22730407 | 40 minutes ago | | | 0 | 1.6919846e-7 |
ABI
ABI objects
Getter at block 22731595
OPEN() view returns (bool)
true
TRANSFERABLE() view returns (bool)
false
name() view returns (string)
Tunnel
owner() view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
symbol() view returns (string)
TUNNEL
totalSupply() view returns (uint256)
370599
Read-only
balanceOf(address owner) view returns (uint256)
cost(uint256 _quantity) pure returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getColors(uint256 _tokenId) view returns (struct TunnelTokenColors)
getRandomColor(uint256 tokenId, uint256 seed, bool vibrant) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
mint(address _to, uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setOpen(bool _open)
setTransferable(bool _transferable)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSVGs(string _svg1, string _svg2, string _svg3, string _svg4)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
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.