Crypto Monkeyz
Verified contract
Active on
Ethereum with 1,465 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 "Crypto Monkeyz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903828 | a year ago | | | 0 | 0.00031412457 | |
| 18903827 | a year ago | | | 0 | 0.00056879950 | |
| 17515943 | a year ago | | | 0 | 0.0013001243 | |
| 17515920 | a year ago | | | 0 | 0.0012593107 | |
| 17515819 | a year ago | | | 0 | 0.00096125186 | |
| 17514516 | a year ago | | | 0 | 0.00092344896 | |
| 17510061 | a year ago | | | 0 | 0.00034307484 | |
| 17510061 | a year ago | | | 0 | 0.00034307484 | |
| 17510061 | a year ago | | | 0 | 0.00034307484 | |
| 17510061 | a year ago | | | 0 | 0.00034307484 |
ABI
ABI objects
Getter at block 21201592
freeNumPertx() view returns (uint256)
2
maxFreeSupply() view returns (uint256)
4300
maxSupply() view returns (uint256)
4350
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Crypto Monkeyz
owner() view returns (address)
0x0a6dcd6214fac9f5d1394a2ff671b4d1ac9e9ca4
symbol() view returns (string)
Monk
totalSupply() view returns (uint256)
4350
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeNum(uint256 f, uint256 t)
setUri(string i)
teamMint(address addr, uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()