SimpleProxy
Verified contract
Proxy
Active on
Ethereum with 3,094 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SimpleProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15102897 | 2 years ago | | | 0 | 0.023605728 | |
| 15089676 | 2 years ago | | | 0 | 0.0033271503 | |
| 15089616 | 2 years ago | | | 0 | 0.0029252384 | |
| 14842018 | 3 years ago | | | 0 | 0.13502123 | |
| 14842017 | 3 years ago | | | 0 | 0.12467586 | |
| 14842017 | 3 years ago | | | 0 | 0.12467586 | |
| 14842016 | 3 years ago | | | 0 | 0.12808299 | |
| 14841543 | 3 years ago | | | 0 | 0.00025566993 | |
| 14816716 | 3 years ago | | | 0 | 0.0014828337 | |
| 14808071 | 3 years ago | | | 0 | 0.0032201055 |
ABI
ABI objects
Getter at block 21318517
admin() view returns (address)
0xb6a8690ad11ed328aefbf3c0d5ecc4babe6f264f
implementation() view returns (address)
0xfe7a43e0f44cfebf3a3097d13e1d3db55edc9ef1
checkGranted() view returns (bool)
false
checkOperator() view returns (bool)
false
checkOwner() view returns (bool)
false
operator() view returns (address)
0x6054be659c8dc589fceed6a5ce1ef4a7a32303e3
optFactory() view returns (address)
0x70969687f4f2115bd1569ed96281c934f7ca2cc4
optStdId() view returns (uint256)
0
optStore() view returns (address)
0x280ac4f337a11d35a7f03e8b42935b34c94f12cf
owner() view returns (address)
0x6054be659c8dc589fceed6a5ce1ef4a7a32303e3
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
allocate(uint256 _amount)
emergencyWithdraw(address _opt, address _to)
emergencyWithdraw(address _opt, address _token, address _to)
finish(address _opt)
flush(uint256 _amount)
halt(address _opt)
initialize(address _optStore, uint256 _optStdId, address _optFactory)
recover(address _opt, bool _runFinish)
transferOperator(address _operator)
transferOwnership(address _owner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
constructor(address impl)
fallback()
This contract contains no error objects.