TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,439 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 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 47 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20674831 | 2 months ago | | | 0 | 0.000078795150 | |
| 20595049 | 3 months ago | | | 0 | 0.000052013334 | |
| 20538149 | 3 months ago | | | 0 | 0.00029944465 | |
| 20538149 | 3 months ago | | | 0 | 0.00028521912 | |
| 20252224 | 4 months ago | | | 0 | 0.000068262961 | |
| 20181868 | 4 months ago | | | 0 | 0.00032615157 | |
| 20109991 | 5 months ago | | | 0 | 0.00020062200 | |
| 20082402 | 5 months ago | | | 0 | 0.00042213409 | |
| 20082402 | 5 months ago | | | 0 | 0.00042134691 | |
| 19785985 | 6 months ago | | | 0 | 0.00021928941 |
ABI
ABI objects
Getter at block 21160512
characterRandomlyAssigned() view returns (address)
0x3b709c041e162ad9047b88cbc981c97eae48c732
owner() view returns (address)
0x5a83cac3685d84a8057f87167a30b9781c4c887a
packContract() view returns (address)
0x8045cb5f58b9a53464121ed22067f28715e55b18
paused() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getTwoMintedAddresses(uint256 _tokenId) view returns (address[])
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) 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
__DefaultOperatorFilterer1155_init()
__OperatorFilterer1155_init(address subscriptionOrRegistrantToCopy, bool subscribe)
burnPack(uint256 _packId)
initialize(address _packContract)
operatorInitialize()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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()
OperatorNotAllowed(address operator)