CyberTokyo

Verified contract

Active on Ethereum with 926 txns
Deployed by via 0x2f17118b at 15803741
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables

No balances found for "CyberTokyo"

0x953f428e693fd77766797c7cf6eaddaae307496b2358a456dd6be314c1536ef0
0x5bf5a22a30f3a80848790ac0b01d92b5cb72ddb404bf955e5aa7050f4e59c0cf
0x6bef2d2698462481d2f8011c180a6092185ad0e11fb49dd406c7f2343e623bc8
0x48d61bd6b633e81220fb76a803b72c780f3448a409511b1f7bbc054947acc03d
0x86580a326d425a29efd10211c9189212071caf7ab70cb3eefa1ffbcbd043a50c
0xf29cd2e0d8407271273fe5054f008494586ff32a0f055b9875c90c7f3fef0c9f
0x4e786ad04d6f0dc9da77a2d4b68ef213a7be98e3eaf15033991511622760690b
0x80bf2a20fa8f0bd1ed16da79a13a46a60e35323185be02ac70208dbfdf3bd186
0x1fae3c9199f90999221309cb09aa28068c1ec2489ab354677d63206f3902098f
0x92b9dfe515d39a58ce918d85f7b4ad204499a68564f82d701f4c108d4383c2c1

Functions
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(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintCount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIDBurnedByAddress(uint256view returns (address)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
wlMintCount(addressview returns (uint256)
State-modifying
Burn(uint256 _tokenID
MassAirdrop(address[] receivers
OwnerMint(uint256 _mintAmountaddress _receiver
PublicSummon(uint256 _mintAmountpayable 
WLSummon(uint256 _mintAmountbytes32[] _merkleProofpayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(