MCHPrimeV2
Verified contract
Active on
Ethereum with 2,347 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,483.55)
Native
Value
$13,483.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.2566 | $3,167.68 |
$13,483.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206684 | 2 days ago | | | 0.0016 | 0.00036496218 | |
| 21143377 | 10 days ago | | | 0.0017 | 0.00052356042 | |
| 21143374 | 10 days ago | | | 0.0017 | 0.00075640465 | |
| 21050475 | 23 days ago | | | 0.002 | 0.00025133758 | |
| 21029464 | a month ago | | | 0.002 | 0.0013634239 | |
| 20998933 | a month ago | | | 0.0019 | 0.00034213817 | |
| 20967518 | a month ago | | | 0.0019 | 0.00055794210 | |
| 20950198 | a month ago | | | 0.002 | 0.0016260453 | |
| 20893077 | a month ago | | | 0.0021 | 0.00050249996 | |
| 20866345 | 2 months ago | | | 0.0019 | 0.00064906557 |
ABI
ABI objects
Getter at block 21218364
isApplicableNow() view returns (bool)
false
owner() view returns (address)
0xe7af11370c3bab51230d8307454350bdf6d68f4a
paused() view returns (bool)
false
validator() view returns (address)
0x35c5fd312ef06b88ae7d2f9928dbebf486d0784d
Read-only
isApplicable(address _buyer, uint256 _blockNum, uint256 _currentBlock) view returns (bool)
isOperator(address account) view returns (bool)
isWithdrawer(address account) view returns (bool)
lastSignedBlock(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addOperator(address account)
addWithdrawer(address account)
buyPrimeRight(bytes _signature, uint256 _blockNum, int64 _signedAt) payable
pause()
removeOperator(address account)
removeWithdrawer(address account)
setBlockRanges(uint256 _ableToBuyAfterRange, uint256 _sigExpireBlock)
setValidater(address _varidator)
transferOwnership(address _newOwner)
unpause()
withdrawEther()
BuyPrimeRight(address indexed buyer, uint256 signedBlock, int64 signedAt)
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.