Secret Tokyo Club
Verified contract
Active on
Ethereum with 976 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 "Secret Tokyo Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16780857 | 2 years ago | | | 0 | 0.00062802666 | |
| 16735773 | 2 years ago | | | 0 | 0.0015464916 | |
| 16731201 | 2 years ago | | | 0 | 0.0011567283 | |
| 16667668 | 2 years ago | | | 0 | 0.0011005439 | |
| 15750203 | 2 years ago | | | 0 | 0.00080620599 | |
| 15576463 | 2 years ago | | | 0 | 0.00096891052 | |
| 15373442 | 2 years ago | | | 0 | 0.00039522379 | |
| 15288763 | 2 years ago | | | 0 | 0.00029968426 | |
| 15282229 | 2 years ago | | | 0 | 0.00051329300 | |
| 15206302 | 2 years ago | | | 0 | 0.00070488455 |
ABI
ABI objects
Getter at block 21220402
MAX_FREE_PER_WALLET() view returns (uint32)
2
MAX_FREE_SUPPLY() view returns (uint32)
1000
MAX_PER_TX() view returns (uint32)
5
MAX_SUPPLY() view returns (uint32)
5000
MINT_PRICE() view returns (uint256)
3000000000000000
isLive() view returns (bool)
false
name() view returns (string)
Secret Tokyo Club
owner() view returns (address)
0x433ba5e2548a0a32398fba840b6cc570fa795f27
symbol() view returns (string)
STClub
totalSupply() view returns (uint256)
1901
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint32 count)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri)
setStateMint(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()