Fortunebets.xyz
Verified contract
Active on
Base with 1,383 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000797 |
$0 | |
BROGE | ERC-20 | 9.999K | -- | -- | |
V | ERC-20 | 50K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22054204 | 2 days ago | | | 0 | 2.2578318e-7 | |
| 21667280 | 11 days ago | | | 0 | 2.2147300e-7 | |
| 21519881 | 14 days ago | | | 0 | 2.2240562e-7 | |
| 21178987 | 22 days ago | | | 0 | 1.1645080e-7 | |
| 21158116 | 23 days ago | | | 0 | 1.1855723e-7 | |
| 21143314 | 23 days ago | | | 0 | 2.2114648e-7 | |
| 21124959 | 23 days ago | | | 0 | 1.3953114e-7 | |
| 21120681 | 24 days ago | | | 0 | 8.7523962e-7 | |
| 20819697 | a month ago | | | 0 | 2.2234839e-7 | |
| 20468272 | a month ago | | | 0 | 3.9255467e-7 |
ABI
ABI objects
Getter at block 22136611
communityFund() view returns (address)
0x8baf1ef0db922577f9c092a2df4cc5978c928fb0
communityFundTaxRate() view returns (uint256)
0
decimals() view returns (uint8)
18
lpAddress() view returns (address)
0x05a8b23b7d100cece59cf68ecb4cb4e77f270389
lpTaxRate() view returns (uint256)
0
name() view returns (string)
Fortunebets.xyz
owner() view returns (address)
0x4e074eed80c2a3c519be5b8e310907a0236ff0aa
symbol() view returns (string)
FORTUNE
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setCommunityFundTaxRate(uint256 newTaxRate)
setLpAddress(address _newLpAddress)
setLpTaxRate(uint256 newTaxRate)
syncLp()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 initialSupply, address _communityFund, address _lpAddress, uint256 _communityFundTaxRate, uint256 _lpTaxRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.