Monsters
Verified contract
Active on
Ethereum with 2,630 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1b7c…5dfd
Balances ($0.00)
No balances found for "Monsters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20896413 | 2 months ago | | | 0 | 0.00011997440 | |
| 20837569 | 2 months ago | | | 0 | 0.00084228872 | |
| 20551338 | 3 months ago | | | 0 | 0.000031858208 | |
| 20547295 | 3 months ago | | | 0 | 0.000029362987 | |
| 19907989 | 6 months ago | | | 0 | 0.00013719900 | |
| 19115318 | 10 months ago | | | 0 | 0.00069982056 | |
| 18923890 | a year ago | | | 0 | 0.0013135406 | |
| 18923823 | a year ago | | | 0 | 0.00073751436 | |
| 17752622 | a year ago | | | 0 | 0.00057856973 | |
| 17104713 | 2 years ago | | | 0 | 0.0015225645 |
ABI
ABI objects
Getter at block 21296356
name() view returns (string)
Monsters
owner() view returns (address)
0x13a7c88b7da45793def7b2f887a9f898af88ffbe
symbol() view returns (string)
MONSTERS
totalSupply() view returns (uint256)
2340
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId)
ownerClaim(uint256 tokenId)
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)
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(address _monsterBook)
This contract contains no fallback and receive objects.
This contract contains no error objects.