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 "Simeji"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15446671 | 2 years ago | | | 0 | 0.0011260799 | |
| 15432078 | 2 years ago | | | 0 | 0.00032164961 | |
| 15377465 | 2 years ago | | | 0 | 0.00028918795 | |
| 15363267 | 2 years ago | | | 0 | 0.00019380792 | |
| 15363162 | 2 years ago | | | 0 | 0.00032215624 | |
| 15361566 | 2 years ago | | | 0 | 0.00028741928 | |
| 15359516 | 2 years ago | | | 0 | 0.00057393024 | |
| 15359286 | 2 years ago | | | 0 | 0.0016021019 | |
| 15359142 | 2 years ago | | | 0 | 0.0013417582 | |
| 15359000 | 2 years ago | | | 0 | 0.0015167327 |
ABI
ABI objects
Getter at block 21179380
baseURI() view returns (string)
ipfs://QmPT8zKB2crpcDeeMcogBzLcqPbFHbNtj3qW9qYAum9pKb/
name() view returns (string)
Simeji
owner() view returns (address)
0xe57765a1897a5f30a7a82be2f051462522f6fa2b
symbol() view returns (string)
SJ
totalSupply() view returns (uint256)
2525
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()