Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Canvas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21327444 | 8 days ago | | | 0 | 0.00079809346 | |
| 21327433 | 8 days ago | | | 0 | 0.00078418043 | |
| 21305426 | 11 days ago | | | 0 | 0.00032172188 | |
| 21305426 | 11 days ago | | | 0 | 0.00018271021 | |
| 21305426 | 11 days ago | | | 0 | 0.00032113757 | |
| 21216983 | 24 days ago | | | 0 | 0.0013987337 | |
| 21169379 | a month ago | | | 0 | 0.00097718880 | |
| 21060698 | a month ago | | | 0 | 0.00024898379 | |
| 21041520 | 2 months ago | | | 0 | 0.00035869184 | |
| 21039412 | 2 months ago | | | 0 | 0.00027903497 |
ABI
ABI objects
Getter at block 21387755
active() view returns (bool)
false
claimEndTime() view returns (uint256)
0
claimStartTime() view returns (uint256)
0
endTime() view returns (uint256)
0
getAdmins() view returns (address[] admins)
[]
name() view returns (string)
Canvas
owner() view returns (address)
0x295990ac057a3a4b786102a3b61c84eff764c033
presaleInterval() view returns (uint256)
0
presalePurchaseLimit() view returns (uint16)
0
presalePurchasePrice() view returns (uint256)
0
purchaseCount() view returns (uint16)
1372
purchaseLimit() view returns (uint16)
0
purchaseMax() view returns (uint16)
1372
purchasePrice() view returns (uint256)
0
purchaseRemaining() view returns (uint16)
0
startTime() view returns (uint256)
0
state() view returns (struct IERC721CollectionCollectionState)
(0, 1372, 0, 0, 0, 0, 0, 0, false, 0, 0, 0, 0, 0, false)
symbol() view returns (string)
CNVS
transactionLimit() view returns (uint16)
0
transferLocked() view returns (bool)
false
useDynamicPresalePurchaseLimit() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isAdmin(address admin) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
nonceUsed(bytes32 nonce) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activate(uint256 startTime_, uint256 duration, uint256 presaleInterval_, uint256 claimStartTime_, uint256 claimEndTime_)
approve(address to, uint256 tokenId)
approveAdmin(address admin)
claim(uint16 amount, bytes32 message, bytes signature, bytes32 nonce)
deactivate()
premint(address[] addresses)
premint(uint16 amount)
purchase(uint16 amount, bytes32 message, bytes signature, bytes32 nonce) payable
renounceOwnership()
revokeAdmin(address admin)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURIPrefix(string prefix)
setTransferLocked(bool locked)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
withdraw(address recipient, uint256 amount)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CollectionActivated(uint256 startTime, uint256 endTime, uint256 presaleInterval, uint256 claimStartTime, uint256 claimEndTime)
CollectionDeactivated()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unveil(uint256 collectibleId, address tokenAddress, uint256 tokenId)
constructor(address signingAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.