TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 179 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
0x58d3…149e
-
variable spans 1 additional slot
0xfea6…aa01
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293174 | 7 hours ago | | | 0 | 0.0052158375 | |
| 21284285 | 2 days ago | | | 0 | 0.0039362637 | |
| 21281475 | 2 days ago | | | 0 | 0.0016081326 | |
| 21278096 | 2 days ago | | | 0 | 0.0010568901 | |
| 21272535 | 3 days ago | | | 0 | 0.0012812950 | |
| 21272528 | 3 days ago | | | 0 | 0.0013329722 | |
| 21272526 | 3 days ago | | | 0 | 0.0015030296 | |
| 21270428 | 3 days ago | | | 0 | 0.0028623036 | |
| 21263855 | 4 days ago | | | 0 | 0.00098605718 | |
| 21258051 | 5 days ago | | | 0 | 0.0034750724 |
ABI
ABI objects
Getter at block 21295208 renounceOwnership() view
emergencyTimestamp() view returns (uint256)
0
isMassExit() view returns (bool)
false
massExitBlock() view returns (uint256 height, bytes32 blockRid)
(height=0, blockRid=0x0000000000000000000000000000000000000000000000000000000000000000)
networkId() view returns (uint256)
1
owner() view returns (address)
0x734eedad58606eff1aaf6ff3699fa4ae4f36e8c1
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
tokenMinter() view returns (address)
0xfea65e5437b00da910fd97b2771255006208aa01
validator() view returns (address)
0x58d384e2b43779b85c70b4c15a36b7051384149e
withdrawOffset() view returns (uint256)
26000
Read-only
_allowedToken(address) view returns (bool)
_withdraw(bytes32) view returns (address token, address beneficiary, uint256 amount, uint256 block_number, uint8 status)
State-modifying
Events acceptOwnership()
allowToken(address token)
deposit(address token, uint256 amount) returns (bool)
depositToAccountID(address token, uint256 amount, bytes32 accountID) returns (bool)
emergencyWithdraw(address token, address beneficiary)
fund(address token, uint256 amount) returns (bool)
initialize(address _validator, uint256 _withdrawOffset)
linkAccountID(bytes32 accountID)
pause()
pendingWithdraw(bytes32 _hash)
postponeMassExit()
setBlockchainRid(bytes32 rid)
setTokenMinter(address _tokenMinter)
transferOwnership(address newOwner)
triggerMassExit(uint256 height, bytes32 blockRid)
unpause()
unpendingWithdraw(bytes32 _hash)
withdraw(bytes32 _hash, address beneficiary)
withdrawRequest(bytes _event, struct DataProof eventProof, bytes blockHeader, bytes[] sigs, address[] signers, struct DataExtraProofData extraProof)
withdrawToPostchain(bytes32 _hash)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AllowToken(address indexed token)
DepositedERC20(address indexed sender, address indexed token, uint256 amount, bytes32 accountID)
FundedERC20(address indexed sender, address indexed token, uint256 amount)
Initialize(address indexed _validator, uint256 _withdrawOffset)
Initialized(uint64 version)
LinkAccountID(address indexed sender, bytes32 accountID, bool isContract)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PendingWithdraw(bytes32 indexed hash)
PostponeMassExit()
SetBlockchainRid(bytes32 rid)
TriggerMassExit(uint256 indexed height, bytes32 indexed blockRid)
Unpaused(address account)
UnpendingWithdraw(bytes32 indexed hash)
WithdrawRequest(address indexed beneficiary, address indexed token, uint256 value, uint256 height, bytes32 blockRid)
WithdrawRequestHash(bytes32 indexed hash)
Withdrawal(address indexed beneficiary, address indexed token, uint256 value)
WithdrawalHash(bytes32 indexed hash)
WithdrawalToPostchain(bytes32 indexed hash)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)