TRAC Assets

Verified contract

Proxy

Active on Ethereum with 1,021 txns
Deployed by via 0x1beab2b9 at 14459818
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 Assets"

0x959754290cd9241b070d9e4827c4c17311d4ada8e5c378964bf802dc3498dcb9
0xbc95bd3647ea7318d8c80e6ec973ad7c3fd6c3b2629a1314c52e0748779dc31b
0xd04dd598a8a4ae7225a55caa914a77017e82d0e537c4109c57e1a904663997c9
0x5e1eebae47a83151e38bd84683088b0a956f2b9b2e634cbef290a2a92009143f
0xc9a0b0efd837238134bb9574a7f6ee9f5dbb2a55b51930cab74473ba1ed8540c
0x7736e734a74ae4bc7c2ffccd2a806489ca6b1359019d420764cd434a6c3d2b82
0x2b2e594050e9122214191935a3ccf7253e8d064a8353c3eb7f9123b3a086ad2d
0x8f70780870e2d45e769216fc8b93ec48ea5e098ae42e1c6fa03e4c0a4a232068
0x71209d6e4a64fc93790e7bd1bfcd8725f26e76a8145d1170c0676f27cce68805
0x53f62969982a96569e3f55345a48e81e74e4ca1566389013657440b63e6f0299

Functions
Getter at block 21001629
active(view returns (bool)
true
name(view returns (string)
TRAC Assets
owner(view returns (address)
0x8047c50cb373610c963bd69e44d707b5b78d2ac6
symbol(view returns (string)
ASSETS
totalSupply(view returns (uint256)
825
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getPurchases(address accountview returns (struct TRACAssetsPurchases purchases)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 idview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AmountExceedsSupply(
InsufficientPayment(
MintNotActive(
NonExistentToken(
OnlyExternallyOwnedAccountsAllowed(