CRYPTOLUCK
Verified contract
Active on
Ethereum with 93 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 "CRYPTOLUCK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16384551 | 2 years ago | | | 0 | 0.00054051334 | |
| 14240546 | 3 years ago | | | 0 | 0.0018035276 | |
| 12356214 | 4 years ago | | | 0 | 0.0018133440 | |
| 11882595 | 4 years ago | | | 0 | 0.0060822520 | |
| 11861897 | 4 years ago | | | 0 | 0.0067238600 | |
| 11780212 | 4 years ago | | | 0 | 0.0053275200 | |
| 11778617 | 4 years ago | | | 0 | 0.0059934601 | |
| 11693443 | 4 years ago | | | 0 | 0.0046615800 | |
| 11683010 | 4 years ago | | | 0 | 0.0051499360 | |
| 11677596 | 4 years ago | | | 0 | 0.0010809084 |
ABI
ABI objects
Getter at block 21388170
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
18
liqBugFixed() view returns (bool)
true
liquidityWallet() view returns (address)
0xf67d918d13cedbf0c4c1f45f970fc82017fe13f8
name() view returns (string)
CRYPTOLUCK
presaleMode() view returns (bool)
false
symbol() view returns (string)
LUCKY
taxMode() view returns (bool)
true
taxPercent() view returns (uint256)
400
totalSupply() view returns (uint256)
42576073595499111409
tsfMode() view returns (bool)
true
ttaxPercent() view returns (uint256)
300
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getFivePercent(uint256 value) view returns (uint256)
getRewardsPercent(uint256 value) view returns (uint256)
getTfsrPercent(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disablePresale()
enableTAXMode()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
setLiquidityWallet(address liqWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.