Monks of Crypto v2
Verified contract
Active on
Ethereum with 228 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 "Monks of Crypto v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19516607 | 8 months ago | | | 0 | 0.00079147955 | |
| 19429486 | 9 months ago | | | 0 | 0.0027534242 | |
| 18750443 | a year ago | | | 0 | 0.0014320308 | |
| 18643475 | a year ago | | | 0 | 0.00090837604 | |
| 18567524 | a year ago | | | 0 | 0.0012863328 | |
| 18002068 | a year ago | | | 0 | 0.00056085319 | |
| 17517390 | a year ago | | | 0 | 0.00061847778 | |
| 17435989 | a year ago | | | 0 | 0.0011223669 | |
| 17424578 | a year ago | | | 0 | 0.00046832782 | |
| 17362981 | 2 years ago | | | 0 | 0.0011788221 |
ABI
ABI objects
Getter at block 21302006
BASEURI() view returns (string)
https://prereveal.puzlpunks.com/migrate/meta/monks/
BRIDGE() view returns (address)
0xd0c36e77c823595edd96cf9607d07c98d7703e50
MONKS() view returns (uint256)
500
lockseed() view returns (uint8)
37
migrated() view returns (uint256)
365
name() view returns (string)
Monks of Crypto v2
owner() view returns (address)
0x54fca8ddea33b7c80142f04ef25bceb06f4015f0
symbol() view returns (string)
CRYPTOMONKS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
contractURI(uint256 _tokenId) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events mintMachine(address _owner, uint256 _tokenId) returns (uint256)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
seed(address[] _address, uint256[] _ids)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _bridge)
This contract contains no fallback and receive objects.
This contract contains no error objects.