CanvasRegistry
Verified contract
Active on
Ethereum with 4,016 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0bd4…c605
Balances ($835.66)
Native
Value
$835.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.23 | $3,633.32 |
$835.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19617800 | 8 months ago | | | 0 | 0.00066404964 | |
| 19518715 | 8 months ago | | | 0 | 0.00067785119 | |
| 19408180 | 9 months ago | | | 0 | 0.0012067615 | |
| 19155474 | 10 months ago | | | 0 | 0.00043796929 | |
| 19100153 | 10 months ago | | | 0 | 0.00029204051 | |
| 18916410 | a year ago | | | 0 | 0.00048733931 | |
| 18916408 | a year ago | | | 0 | 0.00051439732 | |
| 18858703 | a year ago | | | 0 | 0.00045133534 | |
| 18822069 | a year ago | | | 0 | 0.0015273476 | |
| 18802990 | a year ago | | | 0 | 0.00088751752 |
ABI
ABI objects
Getter at block 21281849
mintPrice() view returns (uint256)
0
owner() view returns (address)
0x96ebf2db16f66554bf7b056ae2ffbecc2b3a5681
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
canvasOwners(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) pure returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events gift(uint256 label, uint256 amount, address to) payable
mint(uint256 label, uint256 amount) payable
mintPresale(uint256 label, uint256 amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMintPrice(uint256 newMintPrice)
setMintingPaused(bool paused)
setPublicSale()
setURI(string newURI)
transferCanvasOwnership(uint256 tokenId, address newOwner)
transferOwnership(address newOwner)
withdrawal(address receiver)
ApprovalForAll(address indexed owner, 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[] amounts)
TransferCanvasOwnership(address indexed from, address indexed to, uint256 indexed tokenId)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
constructor(address presaleMintPassAddress, string initialURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.