Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9638…7759
0x3ae6…be6b
Balances ($0.00)
No balances found for "Exchanger"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5825020 | 6 years ago | | | 0 | 0.00029992000 | |
| 5825008 | 6 years ago | | | 0 | 0.00024597000 | |
| 5807803 | 6 years ago | | | 0 | 0.000099300000 | |
| 5807795 | 6 years ago | | | 0 | 0.000049650000 | |
| 5807511 | 6 years ago | | | 0 | 0.000049650000 | |
| 5807449 | 6 years ago | | | 0 | 0.000049586000 | |
| 5806525 | 6 years ago | | | 0 | 0.000070100000 | |
| 5806508 | 6 years ago | | | 0 | 0.000035050000 | |
| 5796121 | 6 years ago | | | 0.005 | 0.00026609000 | |
| 5777064 | 6 years ago | | | 0 | 0.00019834400 |
ABI
ABI objects
Getter at block 21260269 getQuotePrice() view returns (uint256)
commission() view returns (uint256)
1
creator() view returns (address)
0xcb98c60493a2ed2bd1ee829bc1aa9d58db1c976c
enabled() view returns (bool)
true
formulaContract() view returns (address)
0x3ae6abeb18dfa61f85faff25aef28c8cd6ddbe6b
getReserveBalances() view returns (uint256, uint256)
(0, 0)
tokenContract() view returns (address)
0x96387e69fac1d3b63e31a3a70ee3a06761887759
weight() view returns (uint32)
10000
Read-only
admins(address) view returns (bool)
getPurchasePrice(uint256 amountInWei) view returns (uint256)
getSalePrice(uint256 tokensToSell) view returns (uint256)
State-modifying
Events buy(uint256 minPurchaseReturn) payable
changeOwner(address newOwner)
depositEther() payable
depositTokens(uint256 amount)
disable()
enable()
grantAdmin(address newAdmin)
revokeAdminStatus(address user)
sell(uint256 quantity, uint256 minSaleReturn)
setReserveWeight(uint32 ppm)
withdrawEther(uint256 amountInWei)
withdrawTokens(uint256 amount)
Buy(address indexed purchaser, uint256 amountInWei, uint256 amountInToken)
Sell(address indexed seller, uint256 amountInToken, uint256 amountInWei)
constructor(address _token, uint32 _weight, address _formulaContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.