Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,870.46 |
$0 | |
ELY | ERC-20 | 48.425279K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292711 | 6 days ago | | | 0 | 0.00032732971 | |
| 20601083 | 3 months ago | | | 0 | 0.000041461560 | |
| 20566928 | 4 months ago | | | 0 | 0.00012481000 | |
| 18803754 | a year ago | | | 0 | 0.00075177430 | |
| 18785374 | a year ago | | | 0 | 0.0017597965 | |
| 18746178 | a year ago | | | 0 | 0.0014257100 | |
| 18746164 | a year ago | | | 0 | 0.0012815882 | |
| 18746158 | a year ago | | | 0 | 0.0012652387 | |
| 18746114 | a year ago | | | 0 | 0.0012895763 | |
| 18746103 | a year ago | | | 0 | 0.0013146693 |
ABI
ABI objects
Getter at block 21333363
bankWallet() view returns (address)
0x3bfc1a75c318bbfc948690d9c372b4c1bc9fcd0c
buyTax() view returns (uint256)
5
decimals() view returns (uint8)
18
deployerWallet() view returns (address)
0xcf1293dfed0bae55f09e3e10d56755834a92c687
limited() view returns (bool)
false
marketingWallet() view returns (address)
0xa53e1d38e47b16b391ca9d2e67bc932022845188
maxHoldingAmount() view returns (uint256)
150000000000000000000000
maxTransactionAmount() view returns (uint256)
150000000000000000000000
name() view returns (string)
Elysion
owner() view returns (address)
0xcf1293dfed0bae55f09e3e10d56755834a92c687
sellTax() view returns (uint256)
5
swapEnabled() view returns (bool)
true
symbol() view returns (string)
ELY
totalSupply() view returns (uint256)
1000000000000000000000000
tradingStartTimeStamp() view returns (uint256)
1696267391
transferDelay() view returns (uint256)
0
uniswapV2Pair() view returns (address)
0xa8b8be109e2d8a5c549042fd8bd85a7704ab9da2
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddresses(address[] accounts, bool value)
commenceTrading(address _uniswapV2Pair)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address _account, bool _excluded)
excludeFromMaxTransaction(address _account, bool _excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyTax(uint256 _buyTax)
setLimits(bool _limited, uint256 _maxHoldingAmount, uint256 _maxTransactionAmount)
setSellTax(uint256 _sellTax)
setTransferDelay(uint256 newDelay)
toggleSwapping(bool _bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawFunds(address _address)
withdrawTokens(address _address, address _tokenContract)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply, address _marketingWallet, address _bankWallet)
receive()
CanOnlySetPairOnce(address arg0)
ExceedsHoldingAmount(uint256 arg0)
ExceedsMaxTransactionAmount(uint256 arg0)
InvalidPresalePrice(uint256 arg0)
TradingHasNotStarted()
TransferTooSoon()
WithdrawFailed()