TRAC Items

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xac924c01 at 14459815
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "TRAC Items"

No transactions found for "TRAC Items"


Functions
Getter at block 21003008
active(view returns (bool)
false
name(view returns (string)
TRAC Items
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TIEMS
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 idview returns (string)
State-modifying
initialize(address credit_string uri_
mintBackpack(
mintLocker(
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
toggleActive(
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
MintBackpack(address account
MintLocker(address account
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountExceedsSupply(
InsufficientPayment(
MintNotActive(
NonExistentToken(
OnlyExternallyOwnedAccountsAllowed(