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 "Waiting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20492993 | 4 months ago | | | 0 | 0.00012789116 | |
| 18799039 | a year ago | | | 0 | 0.0020208781 | |
| 18256176 | a year ago | | | 0 | 0.00036421915 | |
| 17437543 | a year ago | | | 0 | 0.0012838757 | |
| 17368200 | a year ago | | | 0 | 0.0011012896 | |
| 17136534 | 2 years ago | | | 0 | 0.00079777401 | |
| 17136452 | 2 years ago | | | 0 | 0.0015980195 | |
| 17130720 | 2 years ago | | | 0 | 0.0018836715 | |
| 17130620 | 2 years ago | | | 0 | 0.0021875768 | |
| 16323028 | 2 years ago | | | 0 | 0.00031584373 |
ABI
ABI objects
Getter at block 21265517
adminAddress() view returns (address)
0x72dbe00de00edf158aebee2c82b7e2f19a8c19a8
name() view returns (string)
Waiting
owner() view returns (address)
0x4ccc0aa065a37a3589e2db6e165d2f8f522e9fa2
symbol() view returns (string)
WAIT
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(string uri)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminAddress(address newAdmin)
setApprovalForAll(address operator, bool approved)
setRoyaltyInfo(address newAddr, uint256 newPerc)
setTokenURI(uint256 tokenId, string tokenURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address royaltyRecp, uint256 roayltyPerc, address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.