MCHDailyActionV4
Verified contract
Active on
Ethereum with 102,074 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19,288.06)
Native
Value
$19,288.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.778 | $3,338.19 |
$19,288.06 | |
WKC | ERC-20 | 21.3547 | -- | -- | |
UNIP | ERC-20 | 19.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20573403 | 3 months ago | | | 0 | 0.000026135154 | |
| 20453460 | 4 months ago | | | 0 | 0.000039066000 | |
| 20453439 | 4 months ago | | | 0 | 0.000039066000 | |
| 20453433 | 4 months ago | | | 0 | 0.000039074000 | |
| 20453433 | 4 months ago | | | 0 | 0.000056186000 | |
| 20453134 | 4 months ago | | | 0 | 0.000039066000 | |
| 20453097 | 4 months ago | | | 0 | 0.000039066000 | |
| 20452061 | 4 months ago | | | 0 | 0.000039066000 | |
| 20447739 | 4 months ago | | | 0 | 0.000039066039 | |
| 20447739 | 4 months ago | | | 0 | 0.000039086000 |
ABI
ABI objects
Getter at block 21271400
owner() view returns (address)
0xe7af11370c3bab51230d8307454350bdf6d68f4a
paused() view returns (bool)
false
validator() view returns (address)
0x35c5fd312ef06b88ae7d2f9928dbebf486d0784d
Read-only
isOperator(address account) view returns (bool)
isWithdrawer(address account) view returns (bool)
lastActionDate(address) view returns (int64)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addOperator(address account)
addWithdrawer(address account)
deposit() payable
pause()
removeOperator(address account)
removeWithdrawer(address account)
requestDailyActionReward(bytes _signature, int64 _time, uint256 _support)
setValidater(address _varidator)
transferOwnership(address _newOwner)
unpause()
withdrawEther()
Action(address indexed user, int64 at)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
WithdrawerAdded(address indexed account)
WithdrawerRemoved(address indexed account)
constructor(address _varidator)
This contract contains no fallback and receive objects.
This contract contains no error objects.