LandSaleWithReferral
Verified contract
Active on
Ethereum with 4,202 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x50f5…6d4a
0x3845…a5d0
0x729d…197b
0x9695…f60b
Balances ($0.00)
No balances found for "LandSaleWithReferral"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10199686 | 4 years ago | | | 1.2110873 | 0.00083760000 | |
| 10199521 | 4 years ago | | | 1.2110873 | 0.0010044000 | |
| 10199515 | 4 years ago | | | 0.29733877 | 0.00097542000 | |
| 10199509 | 4 years ago | | | 0.29733877 | 0.00097506000 | |
| 9979659 | 5 years ago | | | 1.5799137 | 0.00022936200 | |
| 9908991 | 5 years ago | | | 1.8326341 | 0.00022936200 | |
| 9860714 | 5 years ago | | | 2.5360576 | 0.00034585500 | |
| 9860714 | 5 years ago | | | 2.5360576 | 0.00032520710 | |
| 9860712 | 5 years ago | | | 2.5360576 | 0.000076101300 | |
| 9860712 | 5 years ago | | | 2.5419287 | 0.00031110750 |
ABI
ABI objects
Getter at block 21248237
getAdmin() view returns (address)
0xeaa0993e1d21c2103e4f172a20d29371fbaf6d06
getExpiryTime() view returns (uint256)
1586869200
isDAIEnabled() view returns (bool)
true
isETHEnabled() view returns (bool)
true
isSANDEnabled() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x82a7296ad5e1a997bc025c5003eccc4c38eed4a4955c8a88fb71ddd70b6fca26
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.