TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,109 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
Balances ($6,113.36)
Native
Value
$6,113.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.909227 | $3,202.01 |
$6,113.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151257 | 21 hours ago | | | 0.00058122824 | 0.00070152756 | |
| 21143916 | 2 days ago | | | 0.00029481695 | 0.00077640737 | |
| 21143794 | 2 days ago | | | 0.00035850936 | 0.00090271187 | |
| 21141317 | 2 days ago | | | 0.00066420764 | 0.00046643844 | |
| 21138261 | 3 days ago | | | 0.0005249845 | 0.00099564707 | |
| 21126777 | 4 days ago | | | 0.0010933392 | 0.0012015991 | |
| 20686427 | 2 months ago | | | 0.000057075542 | 0.00017553412 | |
| 20679285 | 2 months ago | | | 0.00011176282 | 0.00025791810 | |
| 20584851 | 3 months ago | | | 0.00024221486 | 0.00017554487 | |
| 20516415 | 3 months ago | | | 0.00037015786 | 0.00037763609 |
ABI
ABI objects
Getter at block 21157637
graphToken() view returns (address)
0xc944e90c64b2c07662a292be6244bdf05cda44a7
l1Gateway() view returns (address)
0x01cdc91b0a9ba741903aa3699bf4ce31d6c5cc06
l2Implementation() view returns (address)
0x6864cdd6d69dbef02e5e06c5534b20fdaf8b51b0
owner() view returns (address)
0x74db79268e63302d3fc69fb5a7627f7454a41732
staking() view returns (address)
0xf55041e37e12cd407ad00ce2910b8269b01263b9
Read-only
getDeploymentAddress(bytes32 _salt, address _implementation, address _deployer) pure returns (address)
l2Beneficiary(address) view returns (address)
l2LockManager(address) view returns (address)
l2WalletAddress(address) view returns (address)
l2WalletAddressSetManually(address) view returns (bool)
l2WalletOwner(address) view returns (address)
tokenLockETHBalances(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
depositETH(address _tokenLock) payable
depositToL2Locked(uint256 _amount, address _l2Beneficiary, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost)
initialize(address _owner)
pullETH(address _tokenLock, uint256 _amount)
renounceOwnership()
setL2LockManager(address _l1LockManager, address _l2LockManager)
setL2WalletAddressManually(address _l2Wallet)
setL2WalletOwner(address _l1WalletOwner, address _l2WalletOwner)
transferOwnership(address newOwner)
withdrawETH(address _destination, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ETHDeposited(address indexed tokenLock, uint256 amount)
ETHPulled(address indexed tokenLock, uint256 amount)
ETHWithdrawn(address indexed tokenLock, address indexed destination, uint256 amount)
L2BeneficiarySet(address indexed l1Wallet, address indexed l2Beneficiary)
L2LockManagerSet(address indexed l1LockManager, address indexed l2LockManager)
L2WalletAddressSet(address indexed l1Wallet, address indexed l2Wallet)
L2WalletOwnerSet(address indexed l1WalletOwner, address indexed l2WalletOwner)
LockedFundsSentToL2(address indexed l1Wallet, address indexed l2Wallet, address indexed l1LockManager, address l2LockManager, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyCreated(address indexed proxy)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.