Curren$y Digital Collectibles
Verified contract
Active on
Ethereum with 1,961 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Curren$y Digital Collectibles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19824641 | 6 months ago | | | 0 | 0.00019399814 | |
| 19824633 | 6 months ago | | | 0 | 0.00017686390 | |
| 19824539 | 6 months ago | | | 0 | 0.00022742405 | |
| 19824520 | 6 months ago | | | 0 | 0.00019330604 | |
| 19824504 | 6 months ago | | | 0 | 0.00019986771 | |
| 19824497 | 6 months ago | | | 0 | 0.00020671299 | |
| 19824491 | 6 months ago | | | 0 | 0.00023619640 | |
| 19824471 | 6 months ago | | | 0 | 0.00020062053 | |
| 19824458 | 6 months ago | | | 0 | 0.00019803724 | |
| 19824454 | 6 months ago | | | 0 | 0.00018682676 |
ABI
ABI objects
Getter at block 21177915
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
PREDICATE_ROLE() view returns (bytes32)
0x12ff340d0cd9c652c747ca35727e68c547d0f0bfa7758d2e77f75acef481b4f2
getChainId() pure returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x462a8dab849dc1d2c92829123c426d35819cbead7bfdce626fa4b7e3c36e161a
name() view returns (string)
Curren$y Digital Collectibles
owner() view returns (address)
0x3e5e1a443feb2e5e7f611c4f2426c275811a46f5
symbol() view returns (string)
CDC
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getNonce(address user) view returns (uint256 nonce)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
collect(address _token)
collectNFTs(address _token, uint256 _tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
grantRole(bytes32 role, address account)
mint(address account, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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(string _name, string _symbol, string uri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.