ElementBuyBurn
Verified contract
Active on
Ethereum with 24,650 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($565,894.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TITANX | ERC-20 | 869.316183B | $0.000001 |
$565,055.52 | |
HYDRA | ERC-20 | 502.343134M | $0.000002 |
$838.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242499 | an hour ago | | | 0 | 0.0058082473 | |
| 21242144 | 2 hours ago | | | 0 | 0.0071917942 | |
| 21242139 | 2 hours ago | | | 0 | 0.0079882902 | |
| 21242048 | 2 hours ago | | | 0 | 0.0059266119 | |
| 21241911 | 3 hours ago | | | 0 | 0.0079188425 | |
| 21241865 | 3 hours ago | | | 0 | 0.0047665046 | |
| 21241788 | 3 hours ago | | | 0 | 0.0087625749 | |
| 21241664 | 4 hours ago | | | 0 | 0.0092286128 | |
| 21241655 | 4 hours ago | | | 0 | 0.0075651292 | |
| 21241654 | 4 hours ago | | | 0 | 0.011534348 |
ABI
ABI objects
Getter at block 21242748
E280() view returns (address)
0xe9a53c43a0b58706e67341c4055de861e29ee943
capPerSwapETH() view returns (uint256)
2000000000000000000
devWallet() view returns (address)
0x47e126330f9ef54fc9ce64a672166c974a17abde
getUnaccountedTitanX() view returns (uint256 unaccountedTitan)
0
incentiveFeeBps() view returns (uint16)
280
isRebalanceAvailable() view returns (bool)
false
lastRebalance() view returns (uint256)
1731163391
owner() view returns (address)
0xcb9ecf72ea9dbc0a5bbc1061335f7ec12a334161
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rebalanceInterval() view returns (uint256)
7200
totalE280Burned() view returns (uint256)
9124017457331569605224447203911
totalTitanXAllocated() view returns (uint256)
18543991825807500321371070632923
totalTitanXUsed() view returns (uint256)
17674675642509349297452824208864
treasury() view returns (address)
0x15e5b9b9adf208cc7ca3ae1e6a49506eb5f397dd
Read-only
calculateIncentiveFee(uint256 tokenAmount) view returns (uint256)
ecosystemTokens(uint256) view returns (address)
getNextSwapValue(address tokenAddress) view returns (uint256 tokensToSwap, bool isNative)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(address token) view returns (uint256 capPerSwapTitanX, uint256 capPerSwapEco, uint256 interval, uint256 lastTimestamp, uint256 totalE280Burned, uint256 totalTokensBurned, uint256 titanXAllocation, uint8 allocationPercent)
State-modifying
Events acceptOwnership()
buyAndBurn(address tokenAddress, uint256 minTokenAmount, uint256 minE280Amount, uint256 deadline)
onBurn(address, uint256 amount)
rebalance()
renounceOwnership()
setEthCapPerSwap(uint256 limit)
setIncentiveFee(uint16 bps)
setRebalanceInterval(uint256 interval)
setTokenCapPerSwap(address tokenAddress, uint256 capPerSwapTitanX, uint256 capPerSwapEco)
setTokenInterval(address tokenAddress, uint256 interval)
setTreasury(address _address)
transferOwnership(address newOwner)
BuyBurn(address token)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rebalance()
constructor(address _E280, address _owner, address _devWallet, address _treasury, address[] _ecosystemTokens, uint8[] _percentages, uint256[] _capsPerSwapTitanX, uint256[] _capsPerSwapEco, uint256[] _intervals)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)