FXI Sports
Verified contract
Active on
Ethereum with 9,251 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($927.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXI | ERC-20 | 155.153209K | $0.005977 |
$927.32 | |
FX1 | ERC-20 | 11K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210790 | 25 minutes ago | | | 0 | 0.00047586410 | |
| 21210322 | 2 hours ago | | | 0 | 0.00053812536 | |
| 21210132 | 3 hours ago | | | 0 | 0.00047452440 | |
| 21209971 | 3 hours ago | | | 0 | 0.00049842740 | |
| 21208454 | 8 hours ago | | | 0 | 0.00070943661 | |
| 21208251 | 9 hours ago | | | 0 | 0.00062889779 | |
| 21207989 | 10 hours ago | | | 0 | 0.00049850660 | |
| 21207501 | 11 hours ago | | | 0 | 0.00051457197 | |
| 21207369 | 12 hours ago | | | 0 | 0.00056537368 | |
| 21206882 | 13 hours ago | | | 0 | 0.00048804100 |
ABI
ABI objects
Getter at block 21210911
FIXED_POINT() view returns (uint256)
1000
MAX_FEE() view returns (uint16)
100
buyfeeRate() view returns (uint256 marketingFeeRate, uint256 liquidityFeeRate)
(marketingFeeRate=50, liquidityFeeRate=0)
decimals() pure returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
launchTime() view returns (uint256)
1696520579
marketingTaxRecv() view returns (address)
0x9ff3dd7e02204abed86426942b7346cfc68df167
maxWalletAmount() view returns (uint256)
9000000000000000000000000
name() view returns (string)
FXI Sports
owner() view returns (address)
0x9ff3dd7e02204abed86426942b7346cfc68df167
pair() view returns (address)
0x8b07f791efa8cd73923279dd3b80a60da98460a2
sellfeeRate() view returns (uint256 marketingFeeRate, uint256 liquidityFeeRate)
(marketingFeeRate=50, liquidityFeeRate=0)
swapThreshold() view returns (uint256)
4000000000000000000000
symbol() view returns (string)
FXI
totalBuyFeeRate() view returns (uint256)
50
totalSellFeeRate() view returns (uint256)
50
totalSupply() view returns (uint256)
300000000000000000000000000
whitelistPeriod() view returns (uint256)
60
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromFees(address) view returns (bool)
excludedFromMaxWallet(address) view returns (bool)
whitelists(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
excludeWalletsFromFees(address[] _accounts, bool _add)
excludeWalletsFromMaxWallets(address[] _accounts, bool _add)
multiSender(address[] _recipients, uint256[] _amounts)
renounceOwnership()
setLaunchBegin()
setMarketingTaxWallet(address _marketingTaxWallet)
setMaxWalletAmount(uint256 newLimit)
setSwapThreshold(uint256 _swapThreshold)
setWhiteListPeriod(uint256 _newWhiteListPeriod)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFeeRate(uint16 _marketingBuyFeeRate, uint16 _liquidityBuyFeeRate)
updateDexRouter(address _newRouter)
updatePair(address _pair)
updateSellFeeRate(uint16 _marketingSellFeeRate, uint16 _liquiditySellFeeRate)
updateWhitelists(address[] _accounts, bool _add)
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(struct IFXISportsTokenFeeRate _buyfeeRate, struct IFXISportsTokenFeeRate _sellfeeRate, struct IFXISportsTokenParam _param)
receive()
This contract contains no error objects.