EstateSaleWithFee
Verified contract
Active on
Ethereum with 1,484 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4489…98e9
Balances ($0.00)
No balances found for "EstateSaleWithFee"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12177696 | 4 years ago | | | 0 | 0.0013253600 | |
| 11926864 | 4 years ago | | | 0 | 0.0036473800 | |
| 11926745 | 4 years ago | | | 0 | 0.0044492580 | |
| 11892284 | 4 years ago | | | 0 | 0.0058789500 | |
| 11889571 | 4 years ago | | | 0 | 0.0053517000 | |
| 11858244 | 4 years ago | | | 0 | 0.0083459600 | |
| 11858244 | 4 years ago | | | 0 | 0.0078133640 | |
| 11858244 | 4 years ago | | | 0 | 0.0078146740 | |
| 11851842 | 4 years ago | | | 0 | 0.0063469120 | |
| 11841964 | 4 years ago | | | 0 | 0.011555550 |
ABI
ABI objects
Getter at block 21118790
getAdmin() view returns (address)
0xeaa0993e1d21c2103e4f172a20d29371fbaf6d06
getExpiryTime() view returns (uint256)
1613566800
getMaxCommisionRate() view returns (uint256)
2000
getMerkleRoot() view returns (bytes32)
0xc82f54b4db21a3eec620c65f79a96dfc0ce5edb883d741dff740c801be793123
getSandMultiplier() view returns (uint256)
1000
getSigningWallet() view returns (address)
0x3044719d139f866a44c988823513ecb93060bf1b
Read-only
decodeReferral(bytes referral) pure returns (bytes, address, address, uint256, uint256)
isMetaTransactionProcessor(address who) view returns (bool)
isReferralValid(bytes signature, address referrer, address referee, uint256 expiryTime, uint256 commissionRate) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
State-modifying
Events buyLandWithSand(address buyer, address to, address reserved, uint256 x, uint256 y, uint256 size, uint256 priceInSand, uint256 adjustedPriceInSand, bytes32 salt, uint256[] assetIds, bytes32[] proof, bytes referral)
changeAdmin(address newAdmin)
rebalanceSand(uint256 newMultiplier)
setMetaTransactionProcessor(address metaTransactionProcessor, bool enabled)
setReceivingWallet(address newWallet)
updateMaxCommissionRate(uint256 newMaxCommissionRate)
updateSigningWallet(address newSigningWallet)
withdrawAssets(address to, uint256[] assetIds, uint256[] values)
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 initialSigningWallet, uint256 initialMaxCommissionRate, address estate, address asset, address feeDistributor)
This contract contains no fallback and receive objects.
This contract contains no error objects.