Eclipseum
Verified contract
Active on
Ethereum with 3,787 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($713.12)
Native
Value
$134.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.040391 | $3,321.77 |
$134.17 | |
USDT | ERC-20 | 453.035288 | $0.998988 |
$452.58 | |
DAI | ERC-20 | 126.508076 | $0.998959 |
$126.38 | |
ECL | ERC-20 | 10.48369B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20087593 | 5 months ago | | | 0 | 0.00017661868 | |
| 18138088 | a year ago | | | 0 | 0.00022228310 | |
| 17655796 | a year ago | | | 0 | 0.00063497914 | |
| 17643227 | a year ago | | | 0 | 0.0017495301 | |
| 17539688 | a year ago | | | 0 | 0.00033555016 | |
| 16751547 | 2 years ago | | | 0 | 0.00052072165 | |
| 16352067 | 2 years ago | | | 0 | 0.0013757500 | |
| 16352065 | 2 years ago | | | 0 | 0.00065080836 | |
| 16328805 | 2 years ago | | | 0 | 0.0020105309 | |
| 16328799 | 2 years ago | | | 0.15 | 0.0013863367 |
ABI
ABI objects
Getter at block 21257654
circulatingSupply() view returns (uint256)
715517122011033982784020
daiBalanceOfDaiPool() view returns (uint256)
126508075850283282589
daiInterface() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
decimals() view returns (uint8)
18
eclBalanceOfEclPool() view returns (uint256)
10483689990031965972989327017
ethBalanceOfDaiPool() view returns (uint256)
40324610667930193
ethBalanceOfEclPool() view returns (uint256)
66525889415263
ethVolumeOfDaiPool() view returns (uint256)
1357914265599454474652
ethVolumeOfEclPool() view returns (uint256)
2938872336796480892478
launched() view returns (bool)
true
name() view returns (string)
Eclipseum
symbol() view returns (string)
ECL
totalSupply() view returns (uint256)
10484405507153977006972111037
Read-only
allowance(address owner, address spender) view returns (uint256)
applyTransactionFee(uint256 amountBeforeFee) pure returns (uint256)
balanceOf(address account) view returns (uint256)
calcBOut(uint256 aBalance, uint256 bBalance, uint256 aSent) pure returns (uint256)
calcEthTransferForBuyEcl(uint256 ethBalanceOfEclPoolLocal, uint256 ethBalanceOfDaiPoolLocal, uint256 ethSent) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyDai(uint256 minDaiToReceive, uint256 deadline) payable
buyEcl(uint256 minEclToReceive, uint256 deadline) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
sellDai(uint256 daiSold, uint256 minEthToReceive, uint256 deadline)
sellEcl(uint256 eclSold, uint256 minEthToReceive, uint256 deadline)
softSellEcl(uint256 eclSold, uint256 minEthToReceive, uint256 minDaiToReceive, uint256 deadline)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogBuyDai(address indexed userAddress, uint256 ethSpent, uint256 daiReceived)
LogBuyEcl(address indexed userAddress, uint256 ethSpent, uint256 eclReceived)
LogSellDai(address indexed userAddress, uint256 daiSold, uint256 ethReceived)
LogSellEcl(address indexed userAddress, uint256 eclSold, uint256 ethReceived)
LogSoftSellEcl(address indexed userAddress, uint256 eclSold, uint256 ethReceived, uint256 daiReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _daiAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.