MonsterMaps
Verified contract
Active on
Ethereum with 1,247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1b7c…5dfd
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MonsterMaps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21001784 | a month ago | | | 0 | 0.00037380690 | |
| 20896427 | a month ago | | | 0 | 0.00012020580 | |
| 18923821 | a year ago | | | 0 | 0.00069824747 | |
| 17752622 | a year ago | | | 0 | 0.00057968768 | |
| 17054356 | 2 years ago | | | 0 | 0.0012460230 | |
| 15598407 | 2 years ago | | | 0 | 0.00029757247 | |
| 15598264 | 2 years ago | | | 0 | 0.00058832382 | |
| 15464595 | 2 years ago | | | 0 | 0.00032054445 | |
| 15441423 | 2 years ago | | | 0 | 0.0043992688 | |
| 15440108 | 2 years ago | | | 0 | 0.0020617821 |
ABI
ABI objects
Getter at block 21217395
name() view returns (string)
MonsterMaps
owner() view returns (address)
0x13a7c88b7da45793def7b2f887a9f898af88ffbe
symbol() view returns (string)
MONSTERMAPS
totalSupply() view returns (uint256)
1117
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMonsterAtWaypoint(uint256 tokenId, uint256 waypointIndex) view returns (uint256)
getMonsterIds(uint256 tokenId) view returns (uint256[])
getWaypointCoord(uint256 tokenId, uint256 waypointIndex) view returns (uint256[2])
getWaypointCoords(uint256 tokenId) view returns (uint256[2][])
getWaypointCount(uint256 tokenId) view returns (uint256)
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)
discoverEncounters(uint256 tokenId)
ownerDiscoverEncounters(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.