ENCODE Graphics Collectible
Verified contract
Active on
Ethereum with 1,783 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($330.27)
Native
Value
$330.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.09 | $3,669.67 |
$330.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20392799 | 4 months ago | | | 0 | 0.00021576988 | |
| 20392778 | 4 months ago | | | 0 | 0.00022088790 | |
| 20365072 | 4 months ago | | | 0 | 0.00042668030 | |
| 20365066 | 4 months ago | | | 0 | 0.00040457716 | |
| 20365061 | 4 months ago | | | 0 | 0.00044688510 | |
| 20365056 | 4 months ago | | | 0 | 0.00045631161 | |
| 20365053 | 4 months ago | | | 0 | 0.00047561979 | |
| 20365047 | 4 months ago | | | 0 | 0.00046282094 | |
| 20365043 | 4 months ago | | | 0 | 0.00043589088 | |
| 20365037 | 4 months ago | | | 0 | 0.00046414172 |
ABI
ABI objects
Getter at block 21299923
encodeKey() view returns (address)
0xcba5ac55d5e1c56cf16482456ad0a47f27d38a62
name() view returns (string)
ENCODE Graphics Collectible
symbol() view returns (string)
ENC
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimed(uint256, uint256) view returns (bool)
claimedBatch(uint256[] keyIds, uint256[] tokenIds) view returns (bool[])
explicitTokenURIs(uint256) view returns (string uri, bool isExplicit)
getDiscount(uint8 keyType) pure returns (uint256)
getIssue(uint256 _id) view returns (struct CollectibleIssue)
getIssues(uint256[] tokenIds) view returns (struct CollectibleIssue[])
getKeyType(uint256 keyId) pure returns (uint8)
isApprovedForAll(address account, address operator) view returns (bool)
issues(uint256) view returns (uint256 cost, uint128 maxSupply, uint128 currentSupply, uint8 t, bool hasPhysicalDelivery, uint256 startRaffle, uint256 endRaffle)
nonce(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
thirdPartyPayment(address) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events addIssue(struct CollectibleIssueFactory issue)
addSimpleIssues(uint256[] tokenIds, uint8[] permissions, uint256[] costs, uint128[] maxSupply)
claim(uint256 tokenId, uint256[] keyIds)
claimPhysicalDelivery(uint256 tokenId, uint256 amount)
editIssue(uint256 tokenId, uint256 cost, uint128 maxSupply)
purchase(uint256 tokenId, uint256 amount, uint256 keyId) payable
redeem(uint256[] tokenIds, uint256[] amounts, bytes signature)
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)
setTokenUri(uint256 tokenId, string _uri)
toggleAdminAddress(address _adminAddress)
withdraw(address recipient)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ClaimedPhysicalDelivery(address indexed account, uint256 indexed tokenId, uint256 quantity)
PackdropPurchased(address indexed account, uint256 indexed blockId, uint256 quantity)
RafflePurchased(address indexed account, uint256 indexed tokenId, uint256 quantity)
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 _key)
This contract contains no fallback and receive objects.
This contract contains no error objects.