LearnChain
Verified contract
Active on
Ethereum with 44,007 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AAC | ERC-20 | 1.575K | $0.000002 |
$0 | |
BOX | ERC-20 | 20 | $0.00006 |
$0 | |
AIRDROP | ERC-20 | 2.805604M | -- | -- | |
LIGHT | ERC-20 | 1M | -- | -- | |
PNS | ERC-20 | 80.08235K | -- | -- | |
LEN | ERC-20 | 23.947539K | -- | -- | |
ELV | ERC-20 | 20K | -- | -- | |
MSIA | ERC-20 | 6.5K | -- | -- | |
SIMCG | ERC-20 | 4K | -- | -- | |
DSCB | ERC-20 | 2.2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453043 | 3 months ago | | | 0 | 0.000044841000 | |
| 20394271 | 3 months ago | | | 0 | 0.000060000000 | |
| 14582047 | 3 years ago | | | 0 | 0.0012557226 | |
| 14374663 | 3 years ago | | | 0 | 0.0012584852 | |
| 13755762 | 3 years ago | | | 0 | 0.0021969828 | |
| 12812635 | 3 years ago | | | 0 | 0.00097509225 | |
| 12706693 | 3 years ago | | | 0 | 0.00029437500 | |
| 12305413 | 4 years ago | | | 0 | 0.0028256250 | |
| 12256626 | 4 years ago | | | 0 | 0.0095934057 | |
| 12256626 | 4 years ago | | | 0 | 0.011240113 |
ABI
ABI objects
Getter at block 21159468
decimals() view returns (uint256)
18
distributionFinished() view returns (bool)
true
dividend() view returns (uint256)
100000
divisor() view returns (uint256)
99999
inviteReward() view returns (uint256)
2
name() view returns (string)
LearnChain
otherDistributionFinished() view returns (bool)
true
otherTokenAddress() view returns (address)
0x4cc29dd2b01a3e0ed005c6e2deb5b3666e4c240c
owner() view returns (address)
0xec2022adf6424cace32277166718d80746c9e0b8
proposalTimeout() view returns (uint256)
863913600
symbol() view returns (string)
LEN
tokenApproves() view returns (uint256)
10000000000000000
tokenSender() view returns (address)
0x2ddc2a2fce7b781028bb3d91f6523001416243b4
tokenValue() view returns (uint256)
10000000000
totalDistributed() view returns (uint256)
1099691555643451889588506497
totalRemaining() view returns (uint256)
1900308444356548110411493503
totalSupply() view returns (uint256)
3000000000000000000000000000
value() view returns (uint256)
6416632964182992356961
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
proposals(address) view returns (uint256)
State-modifying
Events airdrop(address[] addresses)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) payable returns (bool)
burn(uint256 _value)
changeDecimals(uint256 newDecimals)
changeDividend(uint256 newDividend)
changeDivisor(uint256 newDivisor)
changeInviteReward(uint256 newInviteReward)
changeName(string newName)
changeOtherTokenAddress(address newOtherTokenAddress)
changeProposalTimeout(uint256 newProposalTimeout)
changeSymbol(string newSymbol)
changeTokenApproves(uint256 newTokenApproves)
changeTokenSender(address newTokenSender)
changeTokenValue(uint256 newTokenValue)
changeTotalDistributed(uint256 newTotalDistributed)
changeTotalRemaining(uint256 newTotalRemaining)
changeTotalSupply(uint256 newTotalSupply)
changeValue(uint256 newValue)
disableWhitelist(address[] addresses)
distributeAmounts(address[] addresses, uint256[] amounts)
distribution(address[] addresses, uint256 amount)
enableWhitelist(address[] addresses)
finishDistribution() returns (bool)
finishOtherDistribution() returns (bool)
getTokens() payable
mint(uint256 _value)
receiveApproval(address _sender, uint256 _tokenValue, address _otherTokenAddress, bytes _extraData) payable returns (bool)
startDistribution() returns (bool)
startOtherDistribution() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transfer(address _to, uint256 _amount, bytes _data) returns (bool success)
transfer(address _to, uint256 _amount, bytes _data, string _custom_fallback) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
DistrStarted()
Invite(address indexed from, address indexed to, uint256 other_amount)
InviteInit(address indexed to, uint256 amount)
LOG_Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
LOG_callTokenTransferFrom(address tokenSender, address _to, uint256 _value)
LOG_receiveApproval(address _sender, uint256 _tokenValue, address _otherTokenAddress, bytes _extraData)
Mint(address indexed minter, uint256 value)
Other_DistrFinished()
Other_DistrStarted()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _tokenName, string _tokenSymbol, uint256 _decimalUnits, uint256 _initialAmount, uint256 _totalDistributed, uint256 _value, uint256 _dividend, uint256 _divisor)
fallback()
This contract contains no error objects.