OnchainCharts
Verified contract
Active on
Ethereum with 5,775 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "OnchainCharts"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19110255 | 10 months ago | | | 0 | 0.00034108464 | |
| 17652611 | a year ago | | | 0 | 0.00063469670 | |
| 17652611 | a year ago | | | 0 | 0.00063585282 | |
| 16959193 | 2 years ago | | | 0 | 0.00081471553 | |
| 16633894 | 2 years ago | | | 0 | 0.0010618298 | |
| 16560388 | 2 years ago | | | 0 | 0.00037310981 | |
| 16270672 | 2 years ago | | | 0 | 0.00059035596 | |
| 16253573 | 2 years ago | | | 0 | 0.00024044130 | |
| 16110512 | 2 years ago | | | 0 | 0.00046199000 | |
| 16110470 | 2 years ago | | | 0 | 0.00047275437 |
ABI
ABI objects
Getter at block 21269045
COLLECION_SIZE() view returns (uint256)
6969
name() view returns (string)
onchain charts
symbol() view returns (string)
OCC
totalSupply() view returns (uint256)
6969
Read-only
balanceOf(address owner) view returns (uint256)
centricToFlat(uint256 x, uint256 y) pure returns (uint256 flat)
getApproved(uint256 tokenId) view returns (address)
getContentBytes(uint256 token) pure returns (bytes content)
getImage(uint256 token) pure returns (string image)
isApprovedForAll(address owner, address operator) view returns (bool)
metadataJson(uint256 token) pure returns (string metadata)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 token) pure returns (string encoded_metadata)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
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)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.