LandSaleWithReferral
Verified contract
Active on
Ethereum with 975 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x50f5…6d4a
0x729d…197b
0x9695…f60b
Balances ($0.00)
No balances found for "LandSaleWithReferral"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10387626 | 4 years ago | | | 0.17354065 | 0.0029793120 | |
| 10382018 | 4 years ago | | | 1.4840802 | 0.0027025970 | |
| 10382018 | 4 years ago | | | 1.4840802 | 0.0017128020 | |
| 10381894 | 4 years ago | | | 1.4840802 | 0.0045954000 | |
| 10381894 | 4 years ago | | | 5.6238827 | 0.0079588340 | |
| 10381894 | 4 years ago | | | 0.17359832 | 0.0027458110 | |
| 10381894 | 4 years ago | | | 0.17359832 | 0.0027458110 | |
| 10381894 | 4 years ago | | | 0.17359832 | 0.0024113160 | |
| 10381894 | 4 years ago | | | 0.17359832 | 0.0024097320 | |
| 10381894 | 4 years ago | | | 0.17359832 | 0.0030150450 |
ABI
ABI objects
Getter at block 21209746
getAdmin() view returns (address)
0xeaa0993e1d21c2103e4f172a20d29371fbaf6d06
getExpiryTime() view returns (uint256)
1594321140
isDAIEnabled() view returns (bool)
true
isETHEnabled() view returns (bool)
true
isSANDEnabled() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x4e06de0f08f02d9813a284fbaaf6dff2cf1d2a29990c5a31d0db4c69d4c6eadc
Read-only
decodeReferral(bytes referral) pure returns (bytes, address, address, uint256, uint256)
getEtherAmountWithSAND(uint256 sandAmount) view returns (uint256)
isMetaTransactionProcessor(address who) view returns (bool)
isReferralValid(bytes signature, address referrer, address referee, uint256 expiryTime, uint256 commissionRate) view returns (bool)
State-modifying
Events buyLandWithDAI(address buyer, address to, address reserved, uint256 x, uint256 y, uint256 size, uint256 priceInSand, bytes32 salt, bytes32[] proof, bytes referral)
buyLandWithETH(address buyer, address to, address reserved, uint256 x, uint256 y, uint256 size, uint256 priceInSand, bytes32 salt, bytes32[] proof, bytes referral) payable
buyLandWithSand(address buyer, address to, address reserved, uint256 x, uint256 y, uint256 size, uint256 priceInSand, bytes32 salt, bytes32[] proof, bytes referral)
changeAdmin(address newAdmin)
setDAIEnabled(bool enabled)
setETHEnabled(bool enabled)
setMetaTransactionProcessor(address metaTransactionProcessor, bool enabled)
setReceivingWallet(address newWallet)
setSANDEnabled(bool enabled)
updateMaxCommissionRate(uint256 newMaxCommissionRate)
updateSigningWallet(address newSigningWallet)
AdminChanged(address oldAdmin, address newAdmin)
LandQuadPurchased(address indexed buyer, address indexed to, uint256 indexed topCornerId, uint256 size, uint256 price, address token, uint256 amountPaid)
MetaTransactionProcessor(address metaTransactionProcessor, bool enabled)
ReferralUsed(address indexed referrer, address indexed referee, address indexed token, uint256 amount, uint256 commission, uint256 commissionRate)
constructor(address landAddress, address sandContractAddress, address initialMetaTx, address admin, address initialWalletAddress, bytes32 merkleRoot, uint256 expiryTime, address medianizerContractAddress, address daiTokenContractAddress, address initialSigningWallet, uint256 initialMaxCommissionRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.