TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 238 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
0x9f1c…88f5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAITAMA | ERC-20 | 0.856452 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14064866 | 3 years ago | | | 0 | 0.046525741 | |
| 14061998 | 3 years ago | | | 1.2150382 | 0.017271310 | |
| 14061312 | 3 years ago | | | 0 | 0.023283707 | |
| 14060658 | 3 years ago | | | 2 | 0.018081488 | |
| 14060568 | 3 years ago | | | 0.41 | 0.041438858 | |
| 14055269 | 3 years ago | | | 1.1 | 0.033911684 | |
| 14055261 | 3 years ago | | | 1.2 | 0.031632148 | |
| 14046460 | 3 years ago | | | 0 | 0.072114172 | |
| 14044197 | 3 years ago | | | 0 | 0.025380156 | |
| 14041765 | 3 years ago | | | 0 | 0.014665060 |
ABI
ABI objects
Getter at block 21290210
_CALLABLE_ADDRESS_() view returns (address)
0x1d620454f3a2b17a09aeaa851f77573883505118
owner() view returns (address)
0xfb5c4d167802099adb085a049b8fa39df769b07d
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address _ownerAddress, address _callableAddress)
initializeCallableAddress(address _callableAddress)
renounceOwnership()
transferOwnership(address newOwner)
transferToken(address token, address from, address to, uint256 amount)
updateCallableAddress(address _callableAddress)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCallableAddress(address indexed oldAddress, address indexed newAddress)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.