TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,531 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19838218 | 7 months ago | | | 0 | 0.00015278295 | |
| 19630077 | 8 months ago | | | 0 | 0.00049772935 | |
| 18911517 | a year ago | | | 0 | 0.00029995060 | |
| 18811682 | a year ago | | | 0 | 0.0011266650 | |
| 18802931 | a year ago | | | 0 | 0.0010649781 | |
| 16729386 | 2 years ago | | | 0 | 0.0010269760 | |
| 16690821 | 2 years ago | | | 0 | 0.0010922491 | |
| 16668379 | 2 years ago | | | 0 | 0.00064689672 | |
| 16651026 | 2 years ago | | | 0 | 0.0016695979 | |
| 16630394 | 2 years ago | | | 0 | 0.0015818736 |
ABI
ABI objects
Getter at block 21283185
owner() view returns (address)
0x25025e203f892f50c357bc0703eaf258879a8def
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
controllers(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
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
addController(address controller)
burn(address owner, uint256 id, uint256 amount)
burnLeftoverTokens(address[] owners, uint256[] ids, uint256[] amounts)
initialize(string _uri)
mint(address recipient, uint256 id, uint256 amount)
removeController(address controller)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string _uri)
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)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.