CyberTokyo
Verified contract
Active on
Ethereum with 926 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "CyberTokyo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102653 | a month ago | | | 0 | 0.000085177983 | |
| 20251396 | 5 months ago | | | 0 | 0.000081073146 | |
| 19693266 | 8 months ago | | | 0 | 0.00015838239 | |
| 19693265 | 8 months ago | | | 0 | 0.00016275389 | |
| 19099969 | a year ago | | | 0 | 0.00029734208 | |
| 19023179 | a year ago | | | 0 | 0.00064998823 | |
| 17747224 | a year ago | | | 0 | 0.00086869787 | |
| 17654962 | a year ago | | | 0 | 0.00065541818 | |
| 17452652 | 2 years ago | | | 0 | 0.00077802766 | |
| 17163441 | 2 years ago | | | 0 | 0.0033984757 |
ABI
ABI objects
Getter at block 21401825
burnToggle() view returns (bool)
true
hiddenMetadataUri() view returns (string)
ipfs://QmVdwLEss2T3fqqyFtwujscFKjdEznKhWQuBndjK7QeJXd/hidden.json
maxLimitPerWallet() view returns (uint256)
2
maxMintAmountPerTx() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0xd9e82acbfcf273cf1b93cbfb2c03c6839168c8b25b1a393b4b047ca1637f1c89
name() view returns (string)
CyberTokyo
owner() view returns (address)
0xd68109af104732eb59889adfe260ea172588e91a
price() view returns (uint256)
49000000000000000
publicMinted() view returns (uint256)
20
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
supplyLimit() view returns (uint256)
666
symbol() view returns (string)
CT
tokensBurned() view returns (uint256)
0
totalSupply() view returns (uint256)
416
uriExtenstion() view returns (string)
.json
whitelistSale() view returns (bool)
false
wlMinted() view returns (uint256)
391
wlmaxLimitPerWallet() view returns (uint256)
1
wlmaxMintAmountPerTx() view returns (uint256)
1
wlprice() view returns (uint256)
49000000000000000
wlsupplyLimit() view returns (uint256)
999
Read-only
amountOfTokensBurnedByAddress(address) view returns (uint256)
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)
publicMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIDBurnedByAddress(uint256) view returns (address)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
wlMintCount(address) view returns (uint256)
State-modifying
Events Burn(uint256 _tokenID)
MassAirdrop(address[] receivers)
OwnerMint(uint256 _mintAmount, address _receiver)
PublicSummon(uint256 _mintAmount) payable
WLSummon(uint256 _mintAmount, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPrice(uint256 _price)
setRevealed(bool _state)
setburnToggle(bool _state)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setpublicSale(bool _publicSale)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
seturiExtenstion(string _uriExtenstion)
setwlMerkleRootHash(bytes32 _merkleRoot)
setwlPrice(uint256 _wlprice)
setwlSale(bool _whitelistSale)
setwlmaxLimitPerWallet(uint256 _wlmaxLimitPerWallet)
setwlmaxMintAmountPerTx(uint256 _wlmaxMintAmountPerTx)
setwlsupplyLimit(uint256 _wlsupplyLimit)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()