Absorber
Verified contract
Active on
Ethereum with 1,950 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($535.10)
Native
Value
$535.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.17225 | $3,106.51 |
$535.1 | |
UNI-V2 | ERC-20 | 1.789222K | -- | -- | |
ABS | ERC-20 | 15.895871 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20969627 | a month ago | | | 0 | 0.00030815807 | |
| 20787510 | 2 months ago | | | 0 | 0.0013793077 | |
| 20363680 | 4 months ago | | | 0 | 0.00024327305 | |
| 20190486 | 5 months ago | | | 0 | 0.00014877142 | |
| 18799654 | a year ago | | | 0 | 0.0013726087 | |
| 18780666 | a year ago | | | 0 | 0.0025395783 | |
| 18686883 | a year ago | | | 0 | 0.0017067573 | |
| 18532152 | a year ago | | | 0 | 0.00058420800 | |
| 18523123 | a year ago | | | 0 | 0.00082832204 | |
| 18491863 | a year ago | | | 0 | 0.00077569584 |
ABI
ABI objects
Getter at block 21212034
_balanceOfLpTokens() view returns (uint256)
0
_burnPool() view returns (address)
0x000000000000000000000000000000000000dead
_totalBurnedLpTokens() view returns (uint256)
0
_totalBurnedTokens() view returns (uint256)
0
decimals() view returns (uint8)
18
feeDecimals() view returns (uint8)
15
feePercentage() view returns (uint32)
15
inSwapAndAbsorb() view returns (bool)
false
minTokensBeforeAddToLP() view returns (uint256)
200000000000000000000
minimumSupply() view returns (uint256)
0
name() view returns (string)
Absorber
owner() view returns (address)
0xe02a799ebbf476688484d38bb493ae43d41925cf
presale() view returns (address)
0x6325276baf2d3225f6332ba9f94b0f35e4e2f4a2
swapAndAbsorbEnabled() view returns (bool)
true
symbol() view returns (string)
ABS
totalSupply() view returns (uint256)
700000000000000000000000
uniswapV2Pair() view returns (address)
0x39c99091c0883287fea9e2f33529a3b8eed289de
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allocationFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcTokenFee(uint256 _amount, uint8 _feeDecimals, uint32 _feePercentage) pure returns (uint256 locked)
tokenFromAllocation(uint256 aAmount) view returns (uint256)
State-modifying
Events allocate(uint256 tAmount)
approve(address spender, uint256 amount) returns (bool)
burnLiq(address _token, address _to, uint256 _amount)
changeFeeDivider(uint256 n)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unPauseTransferForever()
updateFee(uint8 _feeDecimals, uint32 _feePercentage)
updateFeesAndSwapsEnabled(uint8 absFeeDecimals, uint32 absFeePercentage, uint256 absFeeDivider, bool _enabled)
updateMinTokensBeforeAddToLP(uint256 _minTokensBeforeAddToLP)
updateSwapAndAbsorbEnabled(bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeUpdated(uint8 feeDecimals, uint32 feePercentage)
MinTokensBeforeAddToLPUpdated(uint256 minTokensBeforeAddToLP)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndAbsorb(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
SwapAndAbsorbEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint8 _feeDecimals, uint32 _feePercentage, uint256 _minTokensBeforeAddToLP, bool _swapAndAbsorbEnabled, address _presale)
receive()
This contract contains no error objects.