ZombieMonkeys
Verified contract
Active on
Ethereum with 1,786 txns
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 "ZombieMonkeys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20730506 | 3 months ago | | | 0 | 0.00010258230 | |
| 20730190 | 3 months ago | | | 0 | 0.00010897108 | |
| 20730044 | 3 months ago | | | 0 | 0.000090482769 | |
| 20508411 | 4 months ago | | | 0 | 0.000062259746 | |
| 20154638 | 5 months ago | | | 0 | 0.00011679774 | |
| 19914939 | 6 months ago | | | 0 | 0.00043195083 | |
| 19740154 | 7 months ago | | | 0 | 0.00045435206 | |
| 19629046 | 8 months ago | | | 0 | 0.00030635100 | |
| 19616744 | 8 months ago | | | 0 | 0.0011115517 | |
| 19551740 | 8 months ago | | | 0 | 0.00042029233 |
ABI
ABI objects
Getter at block 21284990
baseURI() view returns (string)
ipfs://QmVEDe7Ktb6kaZ5wCA6JtNrSYiL6jcyGCnCQ55cw6oESEk/
maxBatch() view returns (uint256)
100
name() view returns (string)
ZombieMonkeys
owner() view returns (address)
0xc3bc2a4791e82101c9de66365455e72685f9526f
price() view returns (uint256)
50000000000000000
started() view returns (bool)
false
symbol() view returns (string)
ZM
totalCount() view returns (uint256)
8888
totalMonkeys() view returns (uint256)
2152
totalSupply() view returns (uint256)
2152
whiteListStart() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWhitelistMintAmount(address _addr) view returns (uint256)
isAddressInWhitelist(address _addr) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToWhitelist(address _addr, uint256 numberOfMints)
addToWhitelistBulk(address[] _addr, uint256[] _numberOfMints)
adminMint(uint256 _times) payable
adminMintGiveaways(address _addr)
approve(address to, uint256 tokenId)
changePrice(uint256 _newPrice)
mintMonkey(uint256 _times) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setNormalStart(bool _start)
setTokenURI(uint256 _tokenId, string _tokenURI)
setWhiteListStart(bool _start)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _times) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintMonkeys(address indexed minter, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.