Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbf81…3d2d
0xf9ae…f26c
Balances ($0.00)
No balances found for "Monkes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20904774 | a month ago | | | 0 | 0.00010051747 | |
| 20900870 | a month ago | | | 0 | 0.00018847642 | |
| 20583369 | 3 months ago | | | 0 | 0.00021116115 | |
| 20583366 | 3 months ago | | | 0 | 0.00021025533 | |
| 20583361 | 3 months ago | | | 0 | 0.00019806789 | |
| 20583357 | 3 months ago | | | 0 | 0.00019048486 | |
| 20583353 | 3 months ago | | | 0 | 0.00019296536 | |
| 20583341 | 3 months ago | | | 0 | 0.00018525907 | |
| 20583336 | 3 months ago | | | 0 | 0.00017727193 | |
| 20583332 | 3 months ago | | | 0 | 0.00018557394 |
ABI
ABI objects
Getter at block 21162273
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmcTaCqhzcWU6CS35xFsR3n51UdP2PtFZnrGnZKDPnM3TS/
name() view returns (string)
Monkes
owner() view returns (address)
0x54bbdd13393519132b9a68a95525c3b346acf735
paused() view returns (bool)
true
publicMintPaused() view returns (bool)
false
symbol() view returns (string)
MONKES
totalSupply() view returns (uint256)
3333
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)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
breed(uint256 _parent1, uint256 _parent2)
giveAway(address _to, uint256 _amount)
mint(uint256 num) payable
pause(bool state)
publicMintPause(bool state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBabyMonkesContract(address _babyMonkesAddress)
setBananContract(address _bananAddress)
setBaseURI(string baseURI)
setBreedPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistAddresses(address[] _addresses)
withdraw()
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.