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 |
---|---|---|---|---|---|
Cheems | ERC-20 | 10.134582M | -- | -- | |
FORTUNE | ERC-20 | 462.55032K | -- | -- | |
FORTUNE | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20484926 | 2 months ago | | | 0 | 2.3774974e-7 | |
| 20482060 | 2 months ago | | | 0 | 7.8016646e-7 | |
| 20481992 | 2 months ago | | | 0 | 0.0000012569265 | |
| 19613070 | 2 months ago | | | 0 | 1.9211445e-7 | |
| 18660121 | 3 months ago | | | 0 | 1.1686560e-7 | |
| 18251783 | 3 months ago | | | 0 | 0.000000085214500000 | |
| 17649322 | 4 months ago | | | 0 | 4.5572029e-7 | |
| 15523218 | 5 months ago | | | 0 | 0.000000102791464529 | |
| 14168788 | 6 months ago | | | 0 | 0.00011321610 | |
| 14168780 | 6 months ago | | | 0 | 0.00011321610 |
ABI
ABI objects
Getter at block 22755528
communityFund() view returns (address)
0xf3bb4b37ff469971c4c9de1a02ebed8c0da6fe4b
communityFundTaxRate() view returns (uint256)
2
decimals() view returns (uint8)
18
lpAddress() view returns (address)
0xb0668619385533dbd67be3c45a0580679bb43a24
lpTaxRate() view returns (uint256)
2
maxWalletPercent() view returns (uint256)
10
name() view returns (string)
Fortune Bets
owner() view returns (address)
0x0000000000000000000000000000000000000000
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)
setMaxWalletPercent(uint256 newMaxWalletPercent)
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, uint256 _maxWalletPercent)
This contract contains no fallback and receive objects.
This contract contains no error objects.