Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($1,550.00)
Native
Value
$1,550
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.429932 | $3,605.21 |
$1,550 | |
AGL | ERC-20 | 2.454365 | -- | -- | |
UNI-V2 | ERC-20 | 0.00056 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005139 | a month ago | | | 0 | 0.00039427518 | |
| 21005129 | a month ago | | | 0 | 0.00098320051 | |
| 21005114 | a month ago | | | 0 | 0.00030076425 | |
| 20998820 | a month ago | | | 0 | 0.00035456590 | |
| 20971570 | a month ago | | | 0 | 0.0017398109 | |
| 20465749 | 4 months ago | | | 0 | 0.000096332595 | |
| 19868913 | 6 months ago | | | 0 | 0.00057653336 | |
| 19861072 | 6 months ago | | | 0 | 0.00030379212 | |
| 19606047 | 8 months ago | | | 0 | 0.00045726441 | |
| 19605898 | 8 months ago | | | 0 | 0.0076409754 |
ABI
ABI objects
Getter at block 21281253 _getCurrentSupply() view returns (uint256, uint256) _getRate() view returns (uint256)
_feeDecimals() view returns (uint256)
1
_initialRewardLockAmount() view returns (uint256)
100000000000000
_lockFee() view returns (uint256)
0
_maxTxAmount() view returns (uint256)
1000000000000000
_minInterestForReward() view returns (uint256)
10000000000
_minTokensBeforeSwap() view returns (uint256)
19000000000000
_rewardWallet() view returns (address)
0x82f4ba1da59388d9524af3ec6ac85f41cc754a9f
_tBurnTotal() view returns (uint256)
205357169897018
_tFeeTotal() view returns (uint256)
90721838943740
_taxFee() view returns (uint256)
0
_uniswapETHPool() view returns (address)
0xd91911131afe19526d45fc403c514be55c404c39
_uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
balancer() view returns (address)
0x1486a707595406c58817b933406f369ba27b04be
decimals() view returns (uint8)
9
getCurrentPairTokenAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
getCurrentPoolAddress() view returns (address)
0xd91911131afe19526d45fc403c514be55c404c39
getLastRebirth() view returns (uint256)
1724651135
getLiquidityRemoveFee() view returns (uint256)
2
getMinTokenForRebirth() view returns (uint256)
10000000000000
getRebirthCallerFee() view returns (uint256)
50
getRebirthInterval() view returns (uint256)
7200
name() view returns (string)
Angel
owner() view returns (address)
0x090867598e6db972fd19334f623a0ca131e57ba4
swapAndLiquifyEnabled() view returns (bool)
true
swaper() view returns (address)
0x1c3b9403213213a95b14ba6ca6e05f06b86764e7
symbol() view returns (string)
AGL
totalSupply() view returns (uint256)
1654727830102982
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events _enableTrading()
_setAutoSwapCallerFee(uint256 autoSwapCallerFee)
_setFeeDecimals(uint256 feeDecimals)
_setLiquidityRemoveFee(uint256 liquidityRemoveFee)
_setLockFee(uint256 lockFee)
_setMaxTxAmount(uint256 maxTxAmount)
_setMinInterestForReward(uint256 minInterestForReward)
_setMinTokenForRebirth(uint256 minTokenForRebirth)
_setMinTokensBeforeSwap(uint256 minTokensBeforeSwap)
_setRebirthCallerFee(uint256 rebirthCallerFee)
_setRebirthInterval(uint256 rebirthInterval)
_setTaxFee(uint256 taxFee)
_updateWhitelist(address poolAddress, address pairTokenAddress)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebirth()
reflect(uint256 tAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapAndLiquifyEnabled(bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoSwapCallerFeeUpdated(uint256 autoSwapCallerFee)
FeeDecimalsUpdated(uint256 taxFeeDecimals)
LiquidityRemoveFeeUpdated(uint256 liquidityRemoveFee)
LockFeeUpdated(uint256 lockFee)
MaxTxAmountUpdated(uint256 maxTxAmount)
MinInterestForRewardUpdated(uint256 minInterestForReward)
MinTokenForRebirthUpdated(uint256 minRebalanceAmount)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rebalance(uint256 tokenBurnt)
RebirthCallerFeeUpdated(uint256 rebalnaceCallerFee)
RebirthIntervalUpdated(uint256 rebalanceInterval)
SwapAndLiquify(address indexed pairTokenAddress, uint256 tokensSwapped, uint256 pairTokenReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
TaxFeeUpdated(uint256 taxFee)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistUpdated(address indexed pairTokenAddress)
constructor(address uniswapV2Router, uint256 initialRewardLockAmount)
receive()
This contract contains no error objects.