TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 45 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($642.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USHI | ERC-20 | 44.021966M | $0.000015 |
$642.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16255242 | 2 years ago | | | 0 | 0.0018795361 | |
| 16081569 | 2 years ago | | | 0 | 0.0026362808 | |
| 15973867 | 2 years ago | | | 0 | 0.0049498641 | |
| 15968807 | 2 years ago | | | 0 | 0.0037967781 | |
| 15960845 | 2 years ago | | | 0 | 0.0070892783 | |
| 15944822 | 2 years ago | | | 0 | 0.0028178828 | |
| 15933381 | 2 years ago | | | 0 | 0.0059756198 | |
| 15932653 | 2 years ago | | | 0 | 0.0040969491 | |
| 15932438 | 2 years ago | | | 0 | 0.0045031586 | |
| 15932345 | 2 years ago | | | 0 | 0.0052474704 |
ABI
ABI objects
Getter at block 21222508
operator() view returns (address)
0xdd4ab630b2aa9b7c0940d7e4cdb15349d81b7027
owner() view returns (address)
0xcf83d1977249db9f4d82c2f89790f725f4e8a80d
Read-only
balance(address, address) view returns (uint256)
prepareMsg(address user, address token_, address[] target_, uint256[] amount_, string userName_, uint256 plan_, uint256 nonce_) pure returns (bytes32, bytes32)
usedNonces(uint256) 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
claimReward(address token_) returns (uint256 claimResult_)
initialize(address operator_)
openPlan(address token_, address[] target_, uint256[] amount_, string userName_, uint256 plan_, uint256 nonce_, bytes operatorSign)
renounceOwnership()
setOperator(address newOperator_)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ClaimReward(address indexed user_, address indexed token_, uint256 claimResult_, uint256 timestamp_)
Initialized(uint8 version)
OpenPlan(address indexed user_, address indexed token_, address[] target_, uint256[] amount_, string userName_, uint256 plan_, uint256 nonce_, bytes operatorSign_, uint256 timestamp_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetOperator(address indexed sender_, address indexed oldOperator_, address indexed newOperator_, uint256 timestamp_)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.