This contract is being backfilled. You may encounter incomplete storage history.

Espressionismo Totos

Verified contract

Active on Ethereum with 102 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Espressionismo Totos"

0xdbb66ce00953d4ba83708f9c09e965298f8a124a9185c8c332f5f1f6bb605f01
0xe05ca9083b53b4a4e22c5628e37c61b1f08738371fadf85b1885a9f953edfffb
0x0789d2171b88e38dfe0a59d571cb5df03e6c3c36368a29af962de46708248bdd
0x96c4f40c1dcce312d8105aa858accf052b4e685f0023e00ae9b9afd2ad3740e7
0x842509b1997b55f6c717ef3f9f89dba4aff970ee91bc642f026398236cc2af12
0xfeba8e9a1a4f863ffd450ce9cd30e9370b4d13c6d4a006e7d7ad02d1514e9ef4
0xf9a424cab1d93196ddabb0bf7929d8db9be651287891ea63a460ec87717d7c94
From
0x1f1c2804113821ecccf9d5bfb9e8ada06656a80845ab49ebafb7bdc30021fab0
0xd4e8de4c1ec81c5702fdd2d17ec47c2e3fbd8acb88648a9dca68b7c24b551b63
0xa3046af1493e5ba3d91cee9e8bfbacf537950eba4328119301d8e25181438c22

Functions
Getter at block 20894619
maxPerTx(view returns (uint256)
15
maxPerWallet(view returns (uint256)
25
maxSupply(view returns (uint256)
333
name(view returns (string)
Espressionismo Totos
owner(view returns (address)
0xb6923c0bd068fd010880a81769db80fa641cbbfa
symbol(view returns (string)
GENESIS TOTOS
totalSupply(view returns (uint256)
333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnedTokens(address _ownerview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
locked(uint256view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
lockToken(uint256 _tokenId
mint(address touint256 mintCntpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setOwnership(bool _ownership
setPassword(string _password
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unlockToken(uint256 _tokenId
withdraw(string _password
withdrawTo(address _touint256 _balancestring _password
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(
Fallback and receive

This contract contains no fallback and receive objects.

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