Element 280

Verified contract

Active on Ethereum with 6,506 txns
Deployed by via 0x28cbf736 at 20945286
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "Element 280"

0x2f80435d260a8945c54f2d03d3ba3b78dd12a74dec2ee09a37a19334465795e4
0xa8d33f1fb7eb68a20b07d1fa860c4b01d9322755a90b375870a705af2feaaa15
0x44de4fc03b10d84a884ead0dd276010bf7c2e8efc8a06067d34bb5189efc4d8f
0x6af8f8d6d4abf34701cd6e7ce68ddbddb6a45b0b5880844f68593018c0743022
0x42b90bd8923691f63dae3a0f701cc0ef2afab162b6b18451c3696a7b9d05d861
0x573c2185054a61935c82645583d6050f4479629c63316e944910f3c55f2e9434
0xd5a71e2c1385c3c54f2a152d49ace3b8c5be4eada057c4d4404600fa1329a692
0x38077177e0f011d659c8029e1895133cacbddeb515ee03b80209b45e029f686a
0xd313ddf6ec20f3cf68efa5f620fac2b4feaec969b44cf7eddfa81b056684ec7a
0xca58f229d232f8bb5abe12299dd5d644307c58ca0fb67f64d82912444bf8eca1

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getUserPurchaseIds(address accountview returns (uint256[])
lpPurchases(address tokenview returns (uint8)
purchases(uint256 purchaseIdview returns (uint256 timestampuint256 amount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenLpPercent(address tokenview returns (uint8)
tokenPool(address tokenview returns (uint256)
whitelistFrom(addressview returns (bool)
whitelistTo(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
claimPurchase(uint256 purchaseId
deployLP(address targetuint256 minTokenAmountuint256 minE280Amount
distributeBuyAndBurn(
handleRedeem(uint256 amountaddress receiver
purchaseTokenForLP(address targetuint256 minAmountOutuint256 deadline
purchaseWithETH(uint256 minAmountuint256 deadlinepayable 
purchaseWithTitanX(uint256 amount
renounceOwnership(
setProtocolAddresses(address nftAddressaddress vaultAddressaddress buyAndBurn
setTreasury(address _address
setWhitelistFrom(address _addressbool enabled
setWhitelistTo(address _addressbool enabled
startLpPurchases(
startPresale(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PresaleStarted(
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _owneraddress _devWalletaddress _treasuryaddress[] _ecosystemTokensuint8[] _lpPercentages
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token