Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Cheems | ERC-20 | 10.134582M | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21927712 | 19 days ago | | | 0 | 2.6088720e-7 | |
| 21768941 | 23 days ago | | | 0 | 1.9946632e-7 | |
| 21768935 | 23 days ago | | | 0 | 3.4897950e-7 | |
| 21658327 | 25 days ago | | | 0 | 9.7225598e-7 | |
| 21570480 | a month ago | | | 0 | 4.8117654e-7 | |
| 21434968 | a month ago | | | 0 | 1.1567640e-7 | |
| 21299857 | a month ago | | | 0 | 3.3535487e-7 | |
| 20725082 | 2 months ago | | | 0 | 3.5343238e-7 | |
| 20603580 | 2 months ago | | | 0 | 3.7077264e-7 | |
| 20582281 | 2 months ago | | | 0 | 4.4367128e-7 |
ABI
ABI objects
Getter at block 22749214
MAX_SUPPLY() view returns (uint256)
100800
name() view returns (string)
THE REVERSE
owner() view returns (address)
0xcd27ed2c5930bcb2d51c12fba74ec9a3ce389299
symbol() view returns (string)
REVERSE
totalSupply() view returns (uint256)
58159
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) payable
changeDefURI(string _tokenURI)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 quantity) 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)
transferFrom(address from, address to, uint256 tokenId) payable
transferOut(address _to)
transferOwnership(address newOwner)
withdraw()
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)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
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()