Element 280
Verified contract
Active on
Ethereum with 6,506 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Element 280"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248222 | 29 minutes ago | | | 0 | 0.00073812230 | |
| 21245295 | 10 hours ago | | | 0 | 0.00048807505 | |
| 21245173 | 11 hours ago | | | 0 | 0.00050074301 | |
| 21244694 | 12 hours ago | | | 0 | 0.00045166934 | |
| 21244077 | 14 hours ago | | | 0 | 0.00077790205 | |
| 21243748 | 15 hours ago | | | 0 | 0.00085157502 | |
| 21243164 | 17 hours ago | | | 0 | 0.00029803387 | |
| 21243160 | 17 hours ago | | | 0 | 0.00031260285 | |
| 21242545 | 19 hours ago | | | 0 | 0.00025875946 | |
| 21242480 | 20 hours ago | | | 0 | 0.00046958486 |
ABI
ABI objects
Getter at block 21248362
BUY_AND_BURN() view returns (address)
0x3f2b113d180ecb1457e450b9efcac3df1dd29ad3
E280NFT() view returns (address)
0x7f090d101936008a26bf1f0a22a5f92fc0cf46c9
HOLDER_VAULT() view returns (address)
0x44c4adac7d88f85d3d33a7f856ebc54e60c31e97
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x47e126330f9ef54fc9ce64a672166c974a17abde
getBuyBurnAllocation() view returns (uint256)
0
isPresaleActive() view returns (bool)
false
lpPool() view returns (uint256)
180000000000000000000000000000
lpPurchaseFinished() view returns (bool)
true
lpPurchaseStarted() view returns (bool)
true
name() view returns (string)
Element 280
owner() view returns (address)
0xd71f00133f2fb35793ac96fa5a2f0df9bff81f0f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
presaleEnd() view returns (uint256)
1731157259
symbol() view returns (string)
ELMNT
totalBurned() view returns (uint256)
9491385607104726930116759369463
totalLPsCreated() view returns (uint8)
14
totalLpPoolUsed() view returns (uint256)
180000000000000000000000000000
totalSupply() view returns (uint256)
2197893583028162765187192303908
tradingEnabled() view returns (bool)
true
treasury() view returns (address)
0x15e5b9b9adf208cc7ca3ae1e6a49506eb5f397dd
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUserPurchaseIds(address account) view returns (uint256[])
lpPurchases(address token) view returns (uint8)
purchases(uint256 purchaseId) view returns (uint256 timestamp, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenLpPercent(address token) view returns (uint8)
tokenPool(address token) view returns (uint256)
whitelistFrom(address) view returns (bool)
whitelistTo(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
claimPurchase(uint256 purchaseId)
deployLP(address target, uint256 minTokenAmount, uint256 minE280Amount)
distributeBuyAndBurn()
handleRedeem(uint256 amount, address receiver)
purchaseTokenForLP(address target, uint256 minAmountOut, uint256 deadline)
purchaseWithETH(uint256 minAmount, uint256 deadline) payable
purchaseWithTitanX(uint256 amount)
renounceOwnership()
setProtocolAddresses(address nftAddress, address vaultAddress, address buyAndBurn)
setTreasury(address _address)
setWhitelistFrom(address _address, bool enabled)
setWhitelistTo(address _address, bool enabled)
startLpPurchases()
startPresale()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleStarted()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, address _devWallet, address _treasury, address[] _ecosystemTokens, uint8[] _lpPercentages)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)