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 ($26,085.80)
Native
Value
$15,841.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.805142 | $3,296.80 |
$15,841.59 | |
DAI | ERC-20 | 9.770722K | $1.002 |
$9,790.26 | |
USDT | ERC-20 | 453.035288 | $1.002 |
$453.94 | |
ECL | ERC-20 | 127.171383K | -- | -- |
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 21173689
circulatingSupply() view returns (uint256)
715517122011033982784020
daiBalanceOfDaiPool() view returns (uint256)
9770722202029790359077
daiInterface() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
decimals() view returns (uint8)
18
eclBalanceOfEclPool() view returns (uint256)
127171383422059658915082
ethBalanceOfDaiPool() view returns (uint256)
3147949149428996257
ethBalanceOfEclPool() view returns (uint256)
1657192550364481818
ethVolumeOfDaiPool() view returns (uint256)
1289618538980304482807
ethVolumeOfEclPool() view returns (uint256)
2845869792578247095356
launched() view returns (bool)
true
name() view returns (string)
Eclipseum
symbol() view returns (string)
ECL
totalSupply() view returns (uint256)
842688505433093641699102
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.