Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Fly Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16935461 | 2 years ago | | | 0 | 0.0013503851 | |
| 12634760 | 3 years ago | | | 0 | 0.0012967317 | |
| 12543072 | 4 years ago | | | 0 | 0.0012122500 | |
| 12537629 | 4 years ago | | | 0 | 0.021571000 | |
| 12537616 | 4 years ago | | | 0 | 0.0014453750 | |
| 12537608 | 4 years ago | | | 0 | 0.0013521250 | |
| 12537605 | 4 years ago | | | 0 | 0.0012309000 | |
| 12537590 | 4 years ago | | | 0 | 0.0012122500 | |
| 12537574 | 4 years ago | | | 0 | 0.028980316 | |
| 12537569 | 4 years ago | | | 0 | 0.028778918 |
ABI
ABI objects
Getter at block 21309468
TotalSupplyInitDone() view returns (bool)
true
burnTXpercent() view returns (uint256)
0
decimals() view returns (uint8)
9
name() view returns (string)
Fly Token
owner() view returns (address)
0xea26f8ee8f82a55917d0b97dd6913600d6db71ca
status() view returns (bool)
true
symbol() view returns (string)
FLY
totalSupply() view returns (uint256)
100000000000000000000000
uniswapV2factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapV2router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
transferStatus(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
contractInitiation()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMaxTxPercent(address account)
totalSupplyInit(uint256 _initialSupply)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership()
transferTo(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TwapUpdated(uint256 priceCumulativeLast, uint256 blockTimestampLast, uint256 priceAverageLast)
constructor(address router, address factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.