MonkeyBasePortalMonkey
Verified contract
Active on
Ethereum with 71 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MonkeyBasePortalMonkey"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15567310 | 2 years ago | | | 0 | 0.00026050146 | |
| 15564769 | 2 years ago | | | 0.039 | 0.0017470461 | |
| 15143730 | 2 years ago | | | 0 | 0.0018765131 | |
| 15103645 | 2 years ago | | | 0.039 | 0.0055187338 | |
| 15010526 | 2 years ago | | | 0.039 | 0.0047895582 | |
| 14654721 | 3 years ago | | | 0.039 | 0.014990160 | |
| 14551851 | 3 years ago | | | 0 | 0.0036066321 | |
| 14498356 | 3 years ago | | | 0.039 | 0.0088141785 | |
| 14495499 | 3 years ago | | | 0 | 0.0069867320 | |
| 14495494 | 3 years ago | | | 0.039 | 0.010601066 |
ABI
ABI objects
Getter at block 21079342 getAvailableMonkeys() view returns (uint256)
bananaPrice() view returns (uint256)
30000000000000000
baseURI() view returns (string)
http://api.wemonkeybase.com/monkey/
feedbananaaddress() view returns (address)
0xeca678138946013f3512fdbe16f6aea88476a628
level2UpgradeMerkelRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
level3UpgradeMerkelRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
level4UpgradeMerkelRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
level5UpgradeMerkelRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
maxlevel() view returns (uint256)
5
mintPrice() view returns (uint256)
39000000000000000
monkeybaseaddress() view returns (address)
0x50f909a9aa4acf52e1c31f28cb455b3ca0e3e04d
name() view returns (string)
MonkeyBasePortalMonkey
owner() view returns (address)
0x50f909a9aa4acf52e1c31f28cb455b3ca0e3e04d
symbol() view returns (string)
MBPM
totalItems() view returns (uint256)
1111
totalSupply() view returns (uint256)
59
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMonkeysList(bool available) view returns (struct MonkeyBasePortalMonkeyMonkey[])
isApprovedForAll(address owner, address operator) view returns (bool)
level(uint256) view returns (uint256)
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)
verify(bytes32 merkleRoot, uint256 id, bytes32[] merkleProof) view
State-modifying
Events approve(address to, uint256 tokenId)
feedBannana(uint256 _id) payable
levelUp(bytes32[] merkleProof, uint256 _tokenId, uint256 _levelToUpgrade)
mintItem(uint256 _id) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setLevel2UpgradeMerkelRoot(bytes32 _level2UpgradeMerkelRoot)
setLevel3UpgradeMerkelRoot(bytes32 _level3UpgradeMerkelRoot)
setLevel4UpgradeMerkelRoot(bytes32 _level4UpgradeMerkelRoot)
setLevel5UpgradeMerkelRoot(bytes32 _level5UpgradeMerkelRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlockFeedingBannana()
unlockLevel5UpgradeByFeedingBannana()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MonkeyFed(uint256 id, uint256 level)
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.