TestSamples

Verified contract

Active on Ethereum with 5,090 txns
Deployed by via 0xacb9852c at 14762826
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TestSamples"

0x9be4fc716da3cd5f93a9ced08d2cba756d4c1397e91797e0071e17e22c4e0a8c
0x80aa3a949eb659db3277e7c181a6550a36d3535e1cd0118fdb009d93c258ba24
0xcaf6e351518344f987c9783e973e9cdb8fa2d2b1cfd860760c738976160371da
0xe04e4bb666d0197f1d6b39ced9edd3a9698a32c0592cf4841afb03ec67ccf678
0x30a90de4a90062f82890a4d690f692ef9ad984ae6e46d89efb57089005ae2b26
0x05cf2a36615efd2e38ad96844aab351f00734fdd66587c005630bf7b54e79419
0x72b25dcb39aa4f56d68f21d82a7cf55a56e45d32d863aaafc6d0065a8905e037
0x0e82be1856cd902beb395d3dd85452ef745e35d4138721840d574046d8034b97
0x246187b3de5407dac3e2b83d3491e5dab2bbae0f944fe4978eecece3b5d6470e
From
0x3ad2d5f0c9bd227f3e7fe4e6025fd3548c30e2c81eb7534fc1c6212c6673341b

Functions
Getter at block 20858653
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
functionLocked(bytes4view returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
signatureUsed(bytesview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
airdrop(address[] receiversuint256[] amountsuint256 tokenId
burn(address fromuint256 iduint256 amount
burnBatch(address fromuint256[] idsuint256[] amounts
claim(bytes signature
grantRole(bytes32 roleaddress account
lockFunction(bytes4 id
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setSigner(address _signer
setURI(string uri
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
TestSamples_FunctionLocked(
TestSamples_InvalidSignature(
TestSamples_InvalidTokenId(
TestSamples_SignatureAlreadyUsed(