Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,119.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LUCKY | ERC-20 | 1.130864M | $0.001875 |
$2,119.91 | |
JASON | ERC-20 | 311.7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747751 | 7 minutes ago | | | 0 | 0.0000024473203 | |
| 22747731 | 7 minutes ago | | | 0 | 0.000094025658 | |
| 22747520 | 14 minutes ago | | | 0 | 0.0000059848164 | |
| 22747184 | 26 minutes ago | | | 0 | 7.3714009e-7 | |
| 22747108 | 28 minutes ago | | | 0 | 9.6330518e-7 | |
| 22747050 | 30 minutes ago | | | 0 | 0.000000606936599520 | |
| 22746986 | 32 minutes ago | | | 0 | 8.4951608e-7 | |
| 22746936 | 34 minutes ago | | | 0 | 5.9481978e-7 | |
| 22746907 | 35 minutes ago | | | 0 | 5.8775595e-7 | |
| 22746714 | 41 minutes ago | | | 0 | 5.1383404e-7 |
ABI
ABI objects
Getter at block 22747948
allocationContract() view returns (address)
0xa3ac42a54b8ebc33c6773a98b5b986abb7dc2d84
blocks() view returns (uint256)
303333
decimals() view returns (uint8)
18
endBlock() view returns (uint256)
22055831
name() view returns (string)
Lucky Dog
owner() view returns (address)
0x0000000000000000000000000000000000000000
startBlock() view returns (uint256)
21706927
symbol() view returns (string)
LUCKY
tgeAmount() view returns (uint256)
232943087000000000000000000
totalSupply() view returns (uint256)
7777777777000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pairs(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
setPairAddress(address _pair)
setSellLimitTime(uint256 _blocks)
setStartBlock(uint256 _startBlock)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTGEAmount(uint256 _tgeAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetPairAddress(address pair)
SetSellLimitTime(uint256 blocks)
SetStartBlock(uint256 startBlock)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateTGEAmount(uint256 tgeAmount)
constructor(address _allocationContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.