MCHGUMGatewayV11
Verified contract
Active on
Ethereum with 2,043 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6179…b340
0x4a62…32d7
Balances ($20,790.16)
Native
Value
$20,790.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.75 | $3,615.68 |
$20,790.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21182181 | 19 days ago | | | 0.05 | 0.0025758813 | |
| 21182174 | 19 days ago | | | 0.1 | 0.0026303636 | |
| 21136572 | 25 days ago | | | 0.1 | 0.0017692454 | |
| 21136572 | 25 days ago | | | 0.1 | 0.0017413291 | |
| 21050716 | a month ago | | | 0.1 | 0.00079048169 | |
| 21050715 | a month ago | | | 0.1 | 0.00080948078 | |
| 21043275 | a month ago | | | 0.05 | 0.0010086604 | |
| 21027968 | a month ago | | | 0.1 | 0.00043168158 | |
| 21027965 | a month ago | | | 0.1 | 0.00043305175 | |
| 20989876 | a month ago | | | 0.05 | 0.0014250151 |
ABI
ABI objects
Getter at block 21317700
campaign() view returns (uint8 purchaseType, uint8 subPurchaseType, uint8 proxyPurchaseType)
(purchaseType=0, subPurchaseType=0, proxyPurchaseType=0)
chanceDenom() view returns (uint16)
25
ethBackBasisPoint() view returns (uint256)
5000
landBasisPoint() view returns (uint256)
3000
landPool() view returns (address)
0x4a627b324189014fa757ed7cc730b180879232d7
landSectorAsset() view returns (address)
0x617913dd43dbdf4236b85ec7bdf9adfd7e35b340
owner() view returns (address)
0xe7af11370c3bab51230d8307454350bdf6d68f4a
paused() view returns (bool)
false
validater() view returns (address)
0x35c5fd312ef06b88ae7d2f9928dbebf486d0784d
Read-only
encodeData(address _sender, address _referrer, uint256 _referralBasisPoint, uint16 _landType) pure returns (bytes32)
getRandom(uint16 max, uint256 _nonce, address _sender) view returns (uint16)
hashTransactedAt(bytes32) view returns (uint256)
isOperator(address account) view returns (bool)
isWithdrawer(address account) view returns (bool)
payableOptions(uint256) view returns (bool)
recover(bytes32 _message, bytes _signature) pure returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
validateSig(bytes32 _message, bytes _signature) view returns (bool)
State-modifying
Events addOperator(address account)
addWithdrawer(address account)
buy(address _user, address _referrer, uint256 _referralBasisPoint, uint16 _landType, bytes _signature, bytes32 _hash) payable
buyGUM(address _referrer, uint256 _referralBasisPoint, uint16 _landType, bytes _signature) payable
pause()
removeOperator(address account)
removeWithdrawer(address account)
setCampaign(uint8 _purchaseType, uint8 _subPurchaseType, uint8 _proxyPurchaseType)
setLandPoolAddress(address _landPoolAddress)
setLandSectorAssetAddress(address _landSectorAssetAddress)
setPayableOption(uint256 _option, bool desired)
setValidater(address _varidater)
transferOwnership(address _newOwner)
unpause()
updateChance(uint16 _newchanceDenom)
updateEthBackBasisPoint(uint256 _ethBackBasisPoint)
updateLandBasisPoint(uint256 _newLandBasisPoint)
withdrawEther()
CampaignUpdated(uint8 purchaseType, uint8 subPurchaseType, uint8 proxyPurchaseType)
LandBasisPointUpdated(uint256 landBasisPoint)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Sold(address indexed user, address indexed referrer, uint8 purchaseType, uint256 grossValue, uint256 referralValue, uint256 landValue, uint256 netValue, uint16 indexed landType)
Unpaused(address account)
WithdrawerAdded(address indexed account)
WithdrawerRemoved(address indexed account)
constructor(address _validater, address _landSectorAssetAddress, address _landPoolAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.