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 "SIMP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19603600 | 8 months ago | | | 0 | 0.00059258013 | |
| 19076417 | a year ago | | | 0 | 0.00065816880 | |
| 18252615 | a year ago | | | 0 | 0.00015712132 | |
| 18252614 | a year ago | | | 0 | 0.00015590400 | |
| 18252614 | a year ago | | | 0 | 0.00015537575 | |
| 17806334 | a year ago | | | 0 | 0.00094903103 | |
| 17515967 | a year ago | | | 0 | 0.0020701366 | |
| 16695110 | 2 years ago | | | 0 | 0.0013292070 | |
| 16639592 | 2 years ago | | | 0 | 0.0017981558 | |
| 16603156 | 2 years ago | | | 0 | 0.0011025186 |
ABI
ABI objects
Getter at block 21387164
MAX_ALLOWLIST_AMOUNT() view returns (uint256)
2
MAX_PUBLIC_AMOUNT() view returns (uint256)
1
MAX_RESERVE_AMOUNT() view returns (uint256)
200
MAX_SUPPLY() view returns (uint256)
3000
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXYWcKCv5RMNPaT2s1BbeDToquBSyVduZWZB2UEJwM9az/
merkleRoot() view returns (bytes32)
0xe278b5a4ff33ca3f4c7143b66c72dabc03ab9a6603fabf877f9f0b3fde4f42ad
name() view returns (string)
SIMP
owner() view returns (address)
0xc9552ff43291712225a242db3cdb5357c2e6fef7
status() view returns (uint8)
1
symbol() view returns (string)
SIMP
totalSupply() view returns (uint256)
3000
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlist(address yourAddress, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 quantity, bytes32[] _merkleProof)
approve(address to, uint256 tokenId)
mint(uint256 quantity)
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistMerkleRoot(bytes32 _merkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setStatus(uint8 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseMerkleRootChanged(bytes32 newMerkleRoot)
BaseURIChanged(string newBaseURI)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StatusChanged(uint8 status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()