ChimeraPayment
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ChimeraPayment"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ChimeraPayment"
ABI
ABI objects
Getter at block 21222508
operator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
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 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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.