TestSamples
Verified contract
Active on
Ethereum with 5,091 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 "TestSamples"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257394 | 6 days ago | | | 0 | 0.00038326800 | |
| 20773553 | 2 months ago | | | 0 | 0.00024624985 | |
| 20773553 | 2 months ago | | | 0 | 0.00024593374 | |
| 20773552 | 2 months ago | | | 0 | 0.00024820686 | |
| 20773252 | 2 months ago | | | 0 | 0.00051625813 | |
| 20632740 | 3 months ago | | | 0 | 0.000063129675 | |
| 20409569 | 4 months ago | | | 0 | 0.00010767795 | |
| 19732011 | 7 months ago | | | 0 | 0.00049915468 | |
| 19696893 | 7 months ago | | | 0 | 0.00038697364 | |
| 19669326 | 7 months ago | | | 0 | 0.0010831829 |
ABI
ABI objects
Getter at block 21302565
AIRDROPPER_ROLE() view returns (bytes32)
0xf9091c9c3be31b80afbe6fb18ac7f65afc7ae70116c905e33ea83c890fdda924
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_TOKEN_ID() view returns (uint256)
3
signer() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
functionLocked(bytes4) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
signatureUsed(bytes) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events airdrop(address[] receivers, uint256[] amounts, uint256 tokenId)
burn(address from, uint256 id, uint256 amount)
burnBatch(address from, uint256[] ids, uint256[] amounts)
claim(bytes signature)
grantRole(bytes32 role, address account)
lockFunction(bytes4 id)
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)
setSigner(address _signer)
setURI(string uri)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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 uri)
This contract contains no fallback and receive objects.
TestSamples_FunctionLocked()
TestSamples_InvalidSignature()
TestSamples_InvalidTokenId()
TestSamples_SignatureAlreadyUsed()