TimoolCocktailClub
Verified contract
Active on
Ethereum with 39 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 "TimoolCocktailClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15793416 | 2 years ago | | | 0 | 0.0039125209 | |
| 15793402 | 2 years ago | | | 0 | 0.0039711058 | |
| 15793379 | 2 years ago | | | 0 | 0.0040837253 | |
| 15793363 | 2 years ago | | | 0 | 0.0040706132 | |
| 15721106 | 2 years ago | | | 0 | 0.0012751266 | |
| 15693446 | 2 years ago | | | 0 | 0.0016873565 | |
| 15693428 | 2 years ago | | | 0 | 0.0013782094 | |
| 15693396 | 2 years ago | | | 0 | 0.0015070869 | |
| 15693335 | 2 years ago | | | 0 | 0.0018471407 | |
| 15693316 | 2 years ago | | | 0 | 0.0016759559 |
ABI
ABI objects
Getter at block 21228859 getAllOwner() view returns (address[] allOwner) getAllURI() view returns (string[] allURI)
id() view returns (uint256)
36
name() view returns (string)
TimoolCocktailClub
owner() view returns (address)
0xf2f1e94e73a4b6625d966e4f37cdfea05e415446
symbol() view returns (string)
TCC
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnersbyLimit(uint256 _id, uint256 _limit) view returns (address[] ownerData)
getURIbyLimit(uint256 _id, uint256 _limit) view returns (string[] uRIData)
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)
createArtNFT(string _tokenURI) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.