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 "Monty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16313642 | 2 years ago | | | 0 | 0.00064990818 | |
| 15835371 | 2 years ago | | | 0 | 0.00087219448 | |
| 15379707 | 2 years ago | | | 0 | 0.00089355251 | |
| 15167099 | 2 years ago | | | 0 | 0.0021387706 | |
| 15090585 | 2 years ago | | | 0 | 0.017146400 | |
| 15084603 | 2 years ago | | | 0 | 0.017146400 | |
| 15083879 | 2 years ago | | | 0 | 0.017146400 | |
| 15041226 | 2 years ago | | | 0 | 0.017146400 | |
| 15034440 | 2 years ago | | | 0 | 0.017146400 | |
| 15015203 | 2 years ago | | | 0 | 0.017146400 |
ABI
ABI objects
Getter at block 21247674
MAX_SUPPLY() view returns (uint256)
100
name() view returns (string)
Monty Genesis
owner() view returns (address)
0x58dcb98420bc1f3658b09dd249cc8d4b8f5b26fc
symbol() view returns (string)
MONTY_GENESIS
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)
payments(address dest) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintTo(address recipient, string tokenURI) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawPayments(address payee)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.