OnChainMonkey
Verified contract
Active on
Ethereum with 34,500 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
47 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCMONK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130598 | 5 days ago | | | 0 | 0.00090880458 | |
| 21110727 | 7 days ago | | | 0 | 0.00016826229 | |
| 21106326 | 8 days ago | | | 0 | 0.00010409065 | |
| 21106325 | 8 days ago | | | 0 | 0.00010030466 | |
| 21101445 | 9 days ago | | | 0 | 0.00057244109 | |
| 21093773 | 10 days ago | | | 0 | 0.00076382280 | |
| 21089304 | 10 days ago | | | 0 | 0.00027322997 | |
| 21089128 | 10 days ago | | | 0 | 0.00035022578 | |
| 21034337 | 18 days ago | | | 0 | 0.00042891321 | |
| 21031898 | 18 days ago | | | 0 | 0.00037122180 |
ABI
ABI objects
Getter at block 21163219
maxSupply() view returns (uint256)
10000
name() view returns (string)
OnChainMonkey
numClaimed() view returns (uint256)
9500
owner() view returns (address)
0x5f9345fdad91bf9757445adc82e477b33fd3349c
symbol() view returns (string)
OCMONK
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAttributes(uint256 tokenId) view returns (string)
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)
State-modifying
Events approve(address to, uint256 tokenId)
claim()
ownerClaim(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.