MCHLandPool
Verified contract
Active on
Ethereum with 8,420 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6179…b340
Balances ($135,866.13)
Native
Value
$135,866.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 41.164069 | $3,300.60 |
$135,866.13 | |
EBK | ERC-20 | 218.721688 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20672849 | 3 months ago | | | 0 | 0.00072919000 | |
| 20667909 | 3 months ago | | | 0 | 0.000059734644 | |
| 20616076 | 3 months ago | | | 0 | 0.00017397101 | |
| 20522928 | 3 months ago | | | 0 | 0.00061143467 | |
| 20452939 | 4 months ago | | | 0 | 0.000080406000 | |
| 20404153 | 4 months ago | | | 0 | 0.00039405300 | |
| 20397857 | 4 months ago | | | 0 | 0.000086545344 | |
| 20397857 | 4 months ago | | | 0 | 0.000085743066 | |
| 20397857 | 4 months ago | | | 0 | 0.000084988635 | |
| 20397857 | 4 months ago | | | 0 | 0.000087410821 |
ABI
ABI objects
Getter at block 21258219
isOwner() view returns (bool)
false
landSectorAsset() view returns (address)
0x617913dd43dbdf4236b85ec7bdf9adfd7e35b340
owner() view returns (address)
0xe7af11370c3bab51230d8307454350bdf6d68f4a
paused() view returns (bool)
false
Read-only
getAllowedAddress(address _address) view returns (bool)
getLandSectorWithdrawableBalance(uint256 _landSector) view returns (uint256)
getLandSectorWithdrawnAmount(uint256 _landSector) view returns (uint256)
getTotalEthBackAmountPerLandType(uint16 _landType) view returns (uint256)
getWithdrawableBalance(address _lordAddress) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addEthToLandPool(uint16 _landType, address _purchaseBy) payable
addPauser(address account)
pause()
renounceOwnership()
renouncePauser()
setAllowedAddress(address _address, bool desired)
setLandSectorAssetAddress(address _landSectorAssetAddress)
transferOwnership(address newOwner)
unpause()
withdrawMyAllRewards()
withdrawMyReward(uint256 _landSector)
AllowedAddressSet(address allowedAddress, bool allowedStatus)
EthAddedToPool(uint16 indexed landType, address txSender, address indexed purchaseBy, uint256 value, uint256 at)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
WithdrawEther(uint256 indexed landSector, address indexed lord, uint256 value, uint256 at)
constructor(address _landSectorAssetAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.