MCHGUMGatewayV6
Verified contract
Active on
Ethereum with 2,328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6179…b340
0x4a62…32d7
0xa3ba…049a
Balances ($0.00)
No balances found for "MCHGUMGatewayV6"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7506603 | 6 years ago | | | 0.05 | 0.00028505000 | |
| 7431656 | 6 years ago | | | 0.1 | 0.000028441000 | |
| 7396687 | 6 years ago | | | 0 | 0.000087242000 | |
| 7396683 | 6 years ago | | | 0 | 0.000059504000 | |
| 7396122 | 6 years ago | | | 0.05 | 0.00075761000 | |
| 7395961 | 6 years ago | | | 0.05 | 0.00018146400 | |
| 7395805 | 6 years ago | | | 0.1 | 0.000049437000 | |
| 7394331 | 6 years ago | | | 0.05 | 0.00017292300 | |
| 7394195 | 6 years ago | | | 5 | 0.000099170000 | |
| 7394185 | 6 years ago | | | 0.05 | 0.00042925200 |
ABI
ABI objects
Getter at block 21180217
isInGUMUpTerm() view returns (bool)
false
isOwner() view returns (bool)
false
landPercentage() view returns (uint256)
30
landPool() view returns (address)
0x4a627b324189014fa757ed7cc730b180879232d7
landSectorAsset() view returns (address)
0x617913dd43dbdf4236b85ec7bdf9adfd7e35b340
owner() view returns (address)
0xe7af11370c3bab51230d8307454350bdf6d68f4a
paused() view returns (bool)
true
purchaseTypeGUMUP() view returns (uint8)
2
purchaseTypeNormal() view returns (uint8)
0
referrers() view returns (address)
0xa3baa9cd4f5c0f75541e7c78462a6f36ed62049a
validater() view returns (address)
0x984e7b0f2cb06b847dd465eec65a3a41c1e27c06
Read-only
getPayableOption(uint256 _option) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
buyGUM(uint16 _landType, address _referrer, bytes _signature) payable
pause()
renounceOwnership()
renouncePauser()
setGUMUpTerm(bool _desired)
setLandPoolAddress(address _landPoolAddress)
setLandSectorAssetAddress(address _landSectorAssetAddress)
setPayableOption(uint256 _option, bool desired)
setPurchaseTypeGUMUP(uint8 _newNum)
setReferrersContractAddress(address _referrersAddress)
setValidater(address _varidater)
transferOwnership(address newOwner)
unpause()
updateLandPercentage(uint256 _newLandPercentage)
updateReferralPercentage(uint256 _newReferralPercentage)
withdrawEther()
withdrawToken(address _token)
GUMUpTermUpdated(bool isInGUMUpTerm)
LandPercentageUpdated(uint256 landPercentage)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
PurchaseTypeGUMUPUpdated(uint8 purchaseTypeGUMUP)
Sold(address indexed user, address indexed referrer, uint8 purchaseType, uint256 grossValue, uint256 referralValue, uint256 landValue, uint256 netValue, uint256 indexed landType, uint256 at)
Unpaused(address account)
constructor(address _validater, address _referrersAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.