Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GAMBLE | ERC-20 | 7.153035M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224727 | 8 days ago | | | 0 | 0.00033290663 | |
| 20885364 | 2 months ago | | | 0 | 0.00020355872 | |
| 20633392 | 3 months ago | | | 0 | 0.000097332900 | |
| 20615810 | 3 months ago | | | 0 | 0.000046386434 | |
| 20615560 | 3 months ago | | | 0 | 0.000058967274 | |
| 20431087 | 4 months ago | | | 0 | 0.00025705072 | |
| 20431077 | 4 months ago | | | 0 | 0.0010048692 | |
| 19376509 | 9 months ago | | | 0 | 0.0016900528 | |
| 19132656 | 10 months ago | | | 0 | 0.00087555653 | |
| 18529319 | a year ago | | | 0 | 0.0014444825 |
ABI
ABI objects
Getter at block 21279739
burnFeePercentage() view returns (uint16)
0
decimals() view returns (uint8)
18
feeAdminPercentage() view returns (uint16)
100
feeOwnerInitialPercentageBuy() view returns (uint16)
400
feeOwnerInitialPercentageSell() view returns (uint16)
3000
feeOwnerPercentageBuy() view returns (uint16)
400
feeOwnerPercentageSell() view returns (uint16)
400
maxTokenAmountPerTransaction() view returns (uint256)
0
maxTokenAmountPerWallet() view returns (uint256)
0
name() view returns (string)
GAMBLE
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x32ba6f616216a1651c7b96da9029239c3044c990
pairContract() view returns (address)
0x32ba6f616216a1651c7b96da9029239c3044c990
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapTreshold() view returns (uint256)
100000000000000000
symbol() view returns (string)
GAMBLE
totalSupply() view returns (uint256)
100000000000000000000000000
tradeEnabled() view returns (bool)
true
uniswapV2Router02() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTokenAmountInETH(uint256 amount) 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)
manualSwap()
removeLimits()
renounceOwnership()
setBurnFeePercentage(uint16 percentage)
setBuyCountTreshold(uint256 treshold)
setFeeOwnerInitialPercentageBuy(uint16 percentage)
setFeeOwnerInitialPercentageSell(uint16 percentage)
setFeeOwnerPercentageBuy(uint16 percentage)
setFeeOwnerPercentageSell(uint16 percentage)
setMaxTokenAmountPerTransaction(uint256 amount)
setMaxTokenAmountPerWallet(uint256 amount)
setTradeEnabled(bool _tradeEnabled)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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 _name, string _symbol, uint256 _supply, uint16 _ownerPercentageInitalSupply, address _feeReceiverAdmin, address _feeReceiverOwner, uint256 _swapTreshold, uint16 _feeAdminPercentage)
receive()
This contract contains no error objects.