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 "FVC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256454 | 2 days ago | | | 0 | 0.00039257824 | |
| 21249831 | 3 days ago | | | 0 | 0.00053489715 | |
| 21230340 | 6 days ago | | | 0 | 0.0011484614 | |
| 21213547 | 8 days ago | | | 0 | 0.00056271668 | |
| 21198482 | 10 days ago | | | 0 | 0.00087375119 | |
| 21198395 | 10 days ago | | | 0 | 0.0015904002 | |
| 21198058 | 10 days ago | | | 0 | 0.0010358905 | |
| 21197903 | 10 days ago | | | 0 | 0.0020673875 | |
| 21178998 | 13 days ago | | | 0 | 0.0016579585 | |
| 21177744 | 13 days ago | | | 0 | 0.00087223312 |
ABI
ABI objects
Getter at block 21272226
buybackInterval() view returns (uint256)
28800
buybackRatio() view returns (uint256)
100
canAddLiquidity() view returns (bool)
true
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
isJingle() pure returns (bool)
true
liquidityHolder() view returns (address)
0xc1251023f4a5863503d68e0dbdf9c65ff1cbf05c
mintAmount() view returns (uint256)
100
name() view returns (string)
FVC
nextBuybackTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolAddress() view returns (address)
0x32ac5da245f904d0b3feccdddc952d625598c9fd
swapQuoter() view returns (address)
0x61ffe014ba17989e743c5f6cb21bf9697530b21e
symbol() view returns (string)
FVC
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events allowAddLiquidity()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address receiver, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateNextBuybackTime(bool isFinish)
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)
constructor(string symbol, uint256 maxSupply, uint256 mintAmount_, uint256 buybackInterval_, uint256 buybackRatio_, address weth, address swapFactory, address swapQuoter_, address liquidityHolder_)
This contract contains no fallback and receive objects.
This contract contains no error objects.