Susuwatari
Verified contract
Active on
Ethereum with 146 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($111.06)
Native
Value
$111.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0275 | $4,038.52 |
$111.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17775964 | a year ago | | | 0.01 | 0.0018165168 | |
| 17775730 | a year ago | | | 0.01 | 0.0013752609 | |
| 17125991 | 2 years ago | | | 0 | 0.0018840180 | |
| 16938697 | 2 years ago | | | 0 | 0.0012554736 | |
| 16938693 | 2 years ago | | | 0 | 0.00085754130 | |
| 16914010 | 2 years ago | | | 0 | 0.0023746721 | |
| 16880762 | 2 years ago | | | 0 | 0.0012754641 | |
| 16876033 | 2 years ago | | | 0 | 0.0015145220 | |
| 16852206 | 2 years ago | | | 0 | 0.0015959852 | |
| 16851977 | 2 years ago | | | 0 | 0.0016261579 |
ABI
ABI objects
Getter at block 21418150
BASE_URI() view returns (string)
https://ipfs.io/ipfs/QmXYsR1PxcnHWWohqUBACbg5iSAvYeceXGcTDbcdf3rQwc/
_merkleRoot() view returns (bytes32)
0x8837fb87c7cd5a8b9a995dd5b29f3c8a040e4ec566eb49c8811a74b17bd5d21c
costPublic() view returns (uint256)
2000000000000000
costWL() view returns (uint256)
0
isPublicMintEnabled() view returns (bool)
true
isWLmintEnabled() view returns (bool)
false
maxMintPublic() view returns (uint256)
10
maxMintWL() view returns (uint256)
20
maxSupply() view returns (uint256)
3333
name() view returns (string)
Susuwatari
owner() view returns (address)
0x0d5aedce8939dca0427acdbc9e1b1bfdf0ec700c
revealed() view returns (bool)
true
symbol() view returns (string)
SUSU
totalSupply() view returns (uint256)
634
unrevealed_uri() view returns (string)
''
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _wallet, bytes32[] _merkleProof) view returns (bool)
mintedByAddressPublic(address) view returns (uint256)
mintedByAddressWL(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop_batch(address[] _recipients, uint256[] _mintAmounts)
airdrop_single(uint256 _mintAmount, address _recipient)
approve(address to, uint256 tokenId) payable
burnSupply(uint256 _newSupply)
mint(uint256 _quantity) payable
mintWL(uint256 _quantity, bytes32[] _merkleProof) 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)
setBaseURI(string _baseURI)
setCost(uint256 _newCost)
setCostWL(uint256 _newCostWL)
setMaxMintPublic(uint256 _newMaxMintPublic)
setMaxMintWL(uint256 _newMaxMintWL)
setPaused()
setPublicMintEnabled()
setRevealData(bool _revealed, string _unrevealedURI)
setWLmintEnabled()
setWhitelistRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()