ExchangerV4
Verified contract
Active on
Ethereum with 1,067 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x30d3…2a13
0x3ae6…be6b
Balances ($0.05)
Native
Value
$0.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000015 | $3,255.34 |
$0.05 | |
TRKC | ERC-20 | 783.400315K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7843645 | 5 years ago | | | 0.001 | 0.00056315700 | |
| 7382644 | 6 years ago | | | 0.00009 | 0.000062509000 | |
| 7177427 | 6 years ago | | | 0.0045 | 0.0011251620 | |
| 7177414 | 6 years ago | | | 0.0023 | 0.0011263140 | |
| 7177413 | 6 years ago | | | 0.00338 | 0.0011263140 | |
| 7177388 | 6 years ago | | | 0.00335 | 0.0011263140 | |
| 7177384 | 6 years ago | | | 0.00335 | 0.0011263140 | |
| 7177383 | 6 years ago | | | 0.00278 | 0.0011263140 | |
| 7177364 | 6 years ago | | | 0.0064 | 0.0011251620 | |
| 7177364 | 6 years ago | | | 0.0059 | 0.0011263140 |
ABI
ABI objects
Getter at block 21171837
collectedFees() view returns (uint256)
1160189041499555798
creator() view returns (address)
0x343969bd3d5d5f84211a7c3bc61c9a17f0f8f314
enabled() view returns (bool)
true
fee() view returns (uint32)
5000
formulaContract() view returns (address)
0x3ae6abeb18dfa61f85faff25aef28c8cd6ddbe6b
getReserveBalances() view returns (uint256, uint256)
(783400315314173157044066, 14235973599156988758338)
sendToSafeWalletPercentage() view returns (uint256)
70
thresholdSendToSafeWallet() view returns (uint256)
100000000000000000
tokenContract() view returns (address)
0x30d30cce06227b9bb8e148041f7f9b3bc03e2a13
uncirculatedSupplyCount() view returns (uint256)
0
virtualReserveBalance() view returns (uint256)
14235973583856900000000
weight() view returns (uint32)
1000
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()
extractFees(uint256 amountInWei)
grantAdmin(address newAdmin)
receiveApproval(address _from, uint256 _value, address _token, bytes _extraData)
revokeAdminStatus(address user)
sell(uint256 quantity, uint256 minSaleReturn)
sellOneStep(uint256 quantity, uint256 minSaleReturn, address seller)
setFee(uint256 ppm)
setReserveWeight(uint256 ppm)
setSendToSafeWalletPercentage(uint256 newValue)
setThresholdSendToSafeWallet(uint256 amountInWei)
setUncirculatedSupplyCount(uint256 newValue)
setVirtualReserveBalance(uint256 amountInWei)
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.