EtheriaExchangeV1pt2
Verified contract
Active on
Ethereum with 647 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EtheriaExchangeV1pt2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19805983 | 7 months ago | | | 0 | 0.00021327568 | |
| 19805981 | 7 months ago | | | 0 | 0.00022423696 | |
| 19805980 | 7 months ago | | | 0 | 0.00022123802 | |
| 19805978 | 7 months ago | | | 0 | 0.00021035584 | |
| 19805976 | 7 months ago | | | 0.798 | 0.00034793505 | |
| 19805973 | 7 months ago | | | 0.4 | 0.00036373948 | |
| 13046483 | 3 years ago | | | 0 | 0.0010546572 | |
| 13046483 | 3 years ago | | | 0 | 0.0012186691 | |
| 13041093 | 3 years ago | | | 0 | 0.0012270400 | |
| 13041093 | 3 years ago | | | 0 | 0.00094340000 |
ABI
ABI objects
Getter at block 21312630
collectedFees() view returns (uint256)
0
etheria() view returns (address)
0xb21f8684f23dbb1008508b4de91a0aaedebdb7e4
feeRate() view returns (uint256)
50
mapElevationRetriever() view returns (address)
0x68549d7dbb7a956f955ec1263f55494f05972a6b
mapSize() view returns (uint16)
33
name() view returns (string)
EtheriaExchangeV1pt2
owner() view returns (address)
0xcf684dfb8304729355b58315e8019b1aa2ad1bac
withdrawalPenaltyRate() view returns (uint256)
0
Read-only
bids(uint16) view returns (address bidder, uint256 amount)
getBidDetails(uint8 col, uint8 row) view returns (address, uint256)
getColRow(uint16 index) pure returns (uint8 col, uint8 row)
getIndex(uint8 col, uint8 row) pure returns (uint16)
pendingWithdrawals(address) view returns (uint256)
State-modifying
Events acceptBid(uint8 col, uint8 row, uint256 minPrice)
acceptGlobalBid(uint8 col, uint8 row, uint256 minPrice)
collectFees()
makeBid(uint8 col, uint8 row) payable
makeGlobalBid() payable
renounceOwnership()
setFeeRate(uint256 newFeeRate)
setWithdrawalPenaltyRate(uint256 newWithdrawalPenaltyRate)
transferOwnership(address newOwner)
withdraw()
withdraw(address destination)
withdrawBid(uint8 col, uint8 row)
EtheriaBidAccepted(uint16 indexed index, address indexed seller, address indexed bidder, uint256 amount)
EtheriaBidCreated(uint16 indexed index, address indexed bidder, uint256 indexed amount)
EtheriaBidWithdrawn(uint16 indexed index, address indexed bidder, uint256 indexed amount)
EtheriaGlobalBidAccepted(uint16 indexed index, address indexed seller, address indexed bidder, uint256 amount)
EtheriaGlobalBidCreated(address indexed bidder, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.