LeeSungCoin
Verified contract
Active on
Ethereum with 116 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 "LeeSungCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18633483 | a year ago | | | 0 | 0.0013324016 | |
| 10826445 | 4 years ago | | | 0 | 0.0042832500 | |
| 9503886 | 5 years ago | | | 0 | 0.00015995600 | |
| 7340772 | 6 years ago | | | 0 | 0.0015878890 | |
| 6933078 | 6 years ago | | | 0 | 0.0025518900 | |
| 6788160 | 6 years ago | | | 0 | 0.0015826410 | |
| 6456794 | 6 years ago | | | 0 | 0.0029385400 | |
| 6244603 | 6 years ago | | | 0 | 0.00023160600 | |
| 6063577 | 6 years ago | | | 0 | 0.0053064990 | |
| 6063549 | 6 years ago | | | 0 | 0.0038214990 |
ABI
ABI objects
Getter at block 21264027
IcoContract() view returns (address)
0x6e5b3dbfb6a85d11e5d0d4a5618c53838da63900
adminWallet() view returns (address)
0x14e972231f8a5d25f5abf3c30a5d2c0696ff88b5
atNow() view returns (uint256)
1732528691
burnAddress() view returns (address)
0x0000000000000000000000000000000000000000
coinBurnIco() view returns (uint256)
1231379837000000000000000000
coinBurnMkt() view returns (uint256)
0
coinIssuedIco() view returns (uint256)
168620163000000000000000000
coinIssuedMkt() view returns (uint256)
600000000000000000000000000
coinIssuedTotal() view returns (uint256)
768620163000000000000000000
coinPerEth() view returns (uint256)
20000000000000000000000
decimals() view returns (uint256)
18
icoCoinCap() view returns (uint256)
1400000000000000000000000000
icoEtherReceived() view returns (uint256)
112260255293000000000
isTransferable() view returns (bool transferable)
true
mainSaleFirstBonus() view returns (uint256)
5
mainSaleFirstEndDate() view returns (uint256)
1520121600
mainSaleFirstStartDate() view returns (uint256)
1519603200
mainSaleMinEth() view returns (uint256)
500000000000000000
mainSaleSecondBonus() view returns (uint256)
0
mainSaleSecondEndDate() view returns (uint256)
1520726400
mainSaleSecondStartDate() view returns (uint256)
1520208000
mktCoinCap() view returns (uint256)
600000000000000000000000000
name() view returns (string)
LeeSungCoin
owner() view returns (address)
0x14e972231f8a5d25f5abf3c30a5d2c0696ff88b5
preSaleCoinCap() view returns (uint256)
480000000000000000000000000
preSaleFirstBonus() view returns (uint256)
20
preSaleFirstEndDate() view returns (uint256)
1518307200
preSaleFirstStartDate() view returns (uint256)
1517788800
preSaleMinEth() view returns (uint256)
1000000000000000000
preSaleSecondBonus() view returns (uint256)
15
preSaleSecondEndDate() view returns (uint256)
1518912000
preSaleSecondStartDate() view returns (uint256)
1518393600
priEtherReceived() view returns (uint256)
517000000000000000000
privateSaleBonus() view returns (uint256)
30
symbol() view returns (string)
LSC
tokensIssuedTotal() view returns (uint256)
240885946000000000000000000
totalCoinCap() view returns (uint256)
2000000000000000000000000000
totalSupply() view returns (uint256)
240885946000000000000000000
transferCooldown() view returns (uint256)
172800
wallet() view returns (address)
0x14e972231f8a5d25f5abf3c30a5d2c0696ff88b5
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
coinLocked(address) view returns (bool)
icoCoinReceived(address) view returns (uint256)
icoEtherContributed(address) view returns (uint256)
refundClaimed(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
burn(uint256 _burnAmount) returns (bool success)
burnIcoCoins() returns (bool success)
burnMktCoins() returns (bool success)
changeAdminWallet(address _wallet)
changeWallet(address _wallet)
coinLockRemove(address _participant)
coinLockRmoveMultiple(address[] _participants)
mintIcoTokenMultiple(address[] _addresses, uint256[] _amounts)
mintMarketing(address _participant, uint256 _amount)
ownerWithdraw()
reclaimFunds()
transfer(address _to, uint256 _amount) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferMultiple(address[] _addresses, uint256[] _amounts)
transferOwnership(address _to)
transferToOwner(address _from)
AdminWalletChange(address _newAdminWallet)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burned(address indexed _burner, uint256 _value)
CoinIssued(address indexed _owner, uint256 _tokens, uint256 _balance, uint256 _etherContributed)
CoinMinted(address indexed _owner, uint256 _tokens, uint256 _balance)
LockRemove(address indexed _participant)
OwnerReclaim(address indexed _from, address indexed _owner, uint256 _amount)
OwnerTransferPropose(address indexed _from, address indexed _to)
Refund(address indexed _owner, uint256 _amount, uint256 _tokens)
Transfer(address indexed _from, address indexed _to, uint256 _value)
WalletChange(address _newWallet)
WithDraw(address indexed _to, uint256 _amount)
constructor()
fallback()
This contract contains no error objects.