ExchangeDino
Verified contract
Active on
Ethereum with 1,974 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4964…c68f
0x19c1…7026
Balances ($0.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DINO | ERC-20 | 45.147865 | $0.006051 |
$0.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20118923 | 5 months ago | | | 0 | 0.00039661255 | |
| 20117748 | 5 months ago | | | 0.0036 | 0.00039506220 | |
| 20117742 | 5 months ago | | | 0.075 | 0.00037062557 | |
| 20106869 | 5 months ago | | | 0.006 | 0.00025915621 | |
| 20104141 | 5 months ago | | | 0.108 | 0.00021225058 | |
| 20098016 | 6 months ago | | | 0.1 | 0.00049473652 | |
| 20095841 | 6 months ago | | | 0.13 | 0.00027078807 | |
| 20033686 | 6 months ago | | | 0.01 | 0.0019580707 | |
| 20032795 | 6 months ago | | | 0.035 | 0.0014001787 | |
| 20031717 | 6 months ago | | | 0.002 | 0.0010041530 |
ABI
ABI objects
Getter at block 21304763
errorPercetage() view returns (uint256)
1
getSqrt() view returns (uint256)
104688478233556460151379090
maxAmount() view returns (uint256)
50000000000000000000000
minAmount() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xbcc4deec487a095ff204e7f2cd6b1e5d9e61ff88
paused() view returns (bool)
false
pool() view returns (address)
0x19c10e1f20df3a8c2ac93a62d7fba719fa777026
theToken() view returns (address)
0x49642110b712c1fd7261bc074105e9e44676c68f
Read-only
getAmountOutFromEth(uint256 _amount) view returns (uint256)
getAmountOutFromTokenToETH(uint256 _amount) view returns (uint256)
State-modifying
Events addFunds(uint256 _amount)
buyWithWei(uint256 _amountTokens) payable
pause()
renounceOwnership()
setMaxAmount(uint256 _newMaxAmount)
setMinAmount(uint256 _newMinAmount)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawTokens(address token, uint256 _amount)
AddFunds(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenExchanged(address indexed user, uint256 amountTokens, uint256 amountEth)
Unpaused(address account)
Withdraw(address indexed user, uint256 amount)
WithdrawTokens(address indexed user, address indexed token, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.