TheArmada.eth.link
Verified contract
Active on
Ethereum with 364 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($10,541.27)
Native
Value
$10,541.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.845 | $3,705.19 |
$10,541.27 | |
ARM | ERC-20 | 1.716654K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787565 | 2 months ago | | | 0 | 0.0010296601 | |
| 19165031 | 10 months ago | | | 0 | 0.0010083292 | |
| 18679449 | a year ago | | | 0 | 0.0013995589 | |
| 18297592 | a year ago | | | 0 | 0.00014509105 | |
| 17011275 | 2 years ago | | | 0 | 0.00052265909 | |
| 15247202 | 2 years ago | | | 0 | 0.00011949988 | |
| 14424923 | 3 years ago | | | 0 | 0.0030949245 | |
| 13243532 | 3 years ago | | | 0 | 0.0026771124 | |
| 12993358 | 3 years ago | | | 0 | 0.0048024780 | |
| 12722614 | 3 years ago | | | 0 | 0.0019886400 |
ABI
ABI objects
Getter at block 21304611
_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)
1
feePercentage() view returns (uint32)
1
inSwapAndAbsorb() view returns (bool)
false
minTokensBeforeAddToLP() view returns (uint256)
2000000
minimumSupply() view returns (uint256)
0
name() view returns (string)
TheArmada.eth.link
owner() view returns (address)
0x97e90db5ebfa2201eb3b8fb021f70406b310d2ce
presale() view returns (address)
0xa2d89895958da5736edf22b39be690965c8c6fec
swapAndAbsorbEnabled() view returns (bool)
false
symbol() view returns (string)
ARM
totalSupply() view returns (uint256)
700000000000000000000000
uniswapV2Pair() view returns (address)
0xa7ddf273e9d1eade13c6e5c51ffe35a23cd6feed
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.