TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 482 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
0x60ca…43c2
0xfb6a…8d64
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237241 | a day ago | | | 0 | 0.0016676076 | |
| 21174638 | 10 days ago | | | 0 | 0.0021179791 | |
| 20981299 | a month ago | | | 0 | 0.00072564454 | |
| 20855580 | 2 months ago | | | 0 | 0.00059388420 | |
| 20378395 | 4 months ago | | | 0 | 0.00052187380 | |
| 20378329 | 4 months ago | | | 0 | 0.00041542294 | |
| 20347937 | 4 months ago | | | 0 | 0.00030682300 | |
| 20310492 | 4 months ago | | | 0 | 0.00033520403 | |
| 20219468 | 5 months ago | | | 0 | 0.00061193438 | |
| 20201044 | 5 months ago | | | 0 | 0.00019307148 |
ABI
ABI objects
Getter at block 21246613
owner() view returns (address)
0xa3464e1b86ee6941a600f9f69c61a47322af918f
paused() view returns (bool)
false
Read-only
isClaimUsed(uint256 claimId) view returns (bool)
isClaimValid(address token, uint256 claimId, uint256 claimBeforeBlock, uint256 amount, address account, bytes signature) view returns (bool)
substrateAddressIsValid(bytes rawAddress) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
burnBond(address bond, uint256 amount, bytes polkadotRecipient)
burnFuture(address future, uint256 tokenId, bytes polkadotRecipient)
claimBonds(address bond, uint256 claimId, uint256 amount, uint256 claimBeforeBlock, address account, bytes signature)
claimFutures(address future, uint256 claimId, uint256 amount, uint256 claimBeforeBlock, address account, bytes signature)
initialize(address operator, address consensusAddress, address bondDeployer, address futureDeployer)
registerBond(string name, uint8 decimals) returns (address)
registerFuture(address forBond, string name, uint256 defaultMaturity, uint8 decimals, string baseUri) returns (address)
renounceOwnership()
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BondRegistered(address bond, string name)
FutureRegistered(address future, string name)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensBurned(address token, address account, bytes recipient, uint256 amount, uint256 shares)
TokensClaimed(address token, uint256 claimId, uint256 amount, uint256 claimBeforeBlock, address account)
TokensConverted(address from, address to, address account, uint256 amount)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.