TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 7,190 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x7854…8afb
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223893 | 4 days ago | | | 0 | 0.00069771254 | |
| 21223888 | 4 days ago | | | 0 | 0.00071216710 | |
| 21125072 | 18 days ago | | | 0.05 | 0.0013614401 | |
| 21114055 | 20 days ago | | | 0.05 | 0.00088761710 | |
| 21100726 | 22 days ago | | | 0.05 | 0.00086335085 | |
| 21050486 | a month ago | | | 0.05 | 0.0012843071 | |
| 21002129 | a month ago | | | 0.05 | 0.0010049225 | |
| 20888170 | 2 months ago | | | 0.05 | 0.00042181305 | |
| 20880307 | 2 months ago | | | 0.05 | 0.0012468646 | |
| 20841527 | 2 months ago | | | 0.05 | 0.0012577756 |
ABI
ABI objects
Getter at block 21255560
getFeeCollector() view returns (address)
0x785454f19da069a4d1a78523350c05e08b2d8afb
getSignatureTTL() view returns (uint32)
300
getSigner() view returns (address)
0xdff3065be2b6161fdf57fbd7a02fcc79ee6ff2e7
owner() view returns (address)
0x0fe8da8304edabda0fa9470b53c172e1b31d4a42
paused() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
beaconDataOf(address account) view returns (struct BeaconData)
getAllTraitsOf(address account) view returns (uint256[] traitIds, uint192[] traitValues, uint64 updatedAt)
getBeaconURI(uint128 beaconId) view returns (string)
getTrait(address account, uint256 traitId, uint64 maxAge) view returns (uint192)
getTraitBatch(address[] accounts, uint256[] traitIds, uint64[] maxAges) view returns (uint192[])
getTraitURI(uint256 traitId) view returns (string)
isApprovedForAll(address, address) pure returns (bool)
ownerOfBeacon(uint128 beaconId) view returns (address owner)
safeBatchTransferFrom(address, address, uint256[], uint256[], bytes) pure
safeTransferFrom(address, address, uint256, uint256, bytes) pure
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
burn()
initialize(address _owner, address _signer, address _feeCollector, uint32 _signatureTTLSeconds, string _primaryURI, string _beaconURI)
pause()
renounceOwnership()
setApprovalForAll(address, bool)
setBeaconURI(string _uri)
setFeeCollector(address _feeCollector)
setPrimaryTraitURI(string _uri)
setSignatureTTL(uint32 _TTLSeconds)
setSigner(address _signer)
submitTraits(struct UserPayload payload, bytes signature) payable
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Burn(uint256 beaconId)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SubmitTraits(uint256 beaconId, uint64 createdAt)
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)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
SoulBoundContract(string message)