Tops

Verified contract

Active on Ethereum with 39 txns
Deployed by via 0x04f1f39e at 17168771
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Tops"

0x39c4a81bea9917abcbf347f0df88b9c0411e68a3870e78542ff544835d089530
0xe15f5440c37321a73dcbf33b31669ec0516677383e4529ad8012c48d704d07f4
0xf30ffec88fcbc994013cd7c74b701078d5659807c07dd28e5e83db298f5c014d
0x887beaabb7445690c1339e64789ab226bf037feffcdc013ac6be22f4b2fc537c
0x535a68a14b7e8b146c3e87f09c569176279d0f8386f7cdbf9b23adf99e115264
0x29d2a682726207371f74e31df61081d118e27a45c8d10bb197c30145c6e14910
0x3532a1454f05c7705decc2b84e5fed7c335012fabab1311476b5b24864bc37f1
0x43e40581cc4eb83ee285efc9f17444f737beb924a800df6c9c96615e03fed072
0x63a3e77e27f5e5419870cffcc6698df593392a6b200c4998aae1299d32442f55
0xae75ed1bd494532eb69c5a566467aa798b3b12e0cb07d287deeddb9a403d47c3

Functions
Getter at block 20967911
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cansAddress(view returns (address)
0x1d079a8b8ba6ff4cea25a4edb73e91b193be8cee
owner(view returns (address)
0x11a2607796917516d9c1f2d642515ad220cc7243
recyclingActive(view returns (bool)
true
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
deleteDefaultRoyalty(
devMint(address touint256 amountuint8 tier
grantRole(bytes32 roleaddress account
recycle(uint256 canTokenId
recycleBatch(uint256[] canTokenIds
renounceOwnership(
renounceRole(bytes32 roleaddress account
resetTokenRoyalty(uint256 tokenId
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setDefaultRoyalty(address receiveruint96 feeNumerator
setRecyclingActive(bool recyclingActive_
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setURI(string newuri
transferOwnership(address newOwner
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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(address cansAddress_string uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
NoTokenIds(
NotOwner(
OperatorNotAllowed(address operator
RecyclingNotActive(
WithdrawFailed(