Luckycoin
Verified contract
Active on
Ethereum with 320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Luckycoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307523 | 3 days ago | | | 0 | 0.00055896961 | |
| 21307502 | 3 days ago | | | 0 | 0.00037530082 | |
| 21307493 | 3 days ago | | | 0 | 0.00041008734 | |
| 21307479 | 3 days ago | | | 0 | 0.00053066893 | |
| 21307462 | 3 days ago | | | 0 | 0.00043016459 | |
| 21307451 | 3 days ago | | | 0 | 0.00040536920 | |
| 21307435 | 3 days ago | | | 0 | 0.00042803494 | |
| 21307418 | 3 days ago | | | 0 | 0.00042277562 | |
| 21307406 | 3 days ago | | | 0 | 0.00041730595 | |
| 21307392 | 3 days ago | | | 0 | 0.00043542964 |
ABI
ABI objects
Getter at block 21325801
_maxSwapAmount() view returns (uint256)
5000000000000000000000000000
_maxTxAmount() view returns (uint256)
1000000000000000000000000000000
_maxWalletAmount() view returns (uint256)
1000000000000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
Luckycoin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
LUCKE
totalSupply() pure returns (uint256)
1000000000000000000000000000000
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)
openTrading()
removeLimit()
renounceOwnership()
setFee(uint256 buyFee, uint256 sellFee)
setMaxSwapAmountAmount(uint256 amount)
setMaxTransactionAmount(uint256 amount)
setMaxWalletAmount(uint256 amount)
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)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address taxWalletAddress)
receive()
This contract contains no error objects.