LEADCOIN
Verified contract
Active on
Ethereum with 22,135 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 |
---|---|---|---|---|---|
LDC | ERC-20 | 728.464536K | -- | -- | |
WITH | ERC-20 | 106.667K | -- | -- | |
GYORO1 | ERC-20 | 100 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
WDT | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21078911 | 11 days ago | | | 0 | 0.00099639576 | |
| 20452838 | 3 months ago | | | 0 | 0.000054537000 | |
| 19851683 | 6 months ago | | | 0 | 0.000085577612 | |
| 19795228 | 6 months ago | | | 0 | 0.00016754050 | |
| 19233889 | 9 months ago | | | 0 | 0.0018580927 | |
| 19188249 | 9 months ago | | | 0 | 0.0012633465 | |
| 19188248 | 9 months ago | | | 0 | 0.0024328564 | |
| 19023258 | 10 months ago | | | 0 | 0.0020675533 | |
| 18868695 | 10 months ago | | | 0 | 0.00045389186 | |
| 18754688 | a year ago | | | 0 | 0.0013536990 |
ABI
ABI objects
Getter at block 21157474
decimals() view returns (uint8)
18
destroyEnabled() view returns (bool)
true
mintingFinished() view returns (bool)
true
name() view returns (string)
LEADCOIN
owner() view returns (address)
0xf02959cb7c60ca86600417dc3a5db52f2f035ab3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LDC
totalSupply() view returns (uint256)
2627412705532190000027000000
transfersEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
transferableTokens(address holder, uint64 time) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
destroy(address _from, uint256 _amount)
disableTransfers(bool _disable)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
issue(address _to, uint256 _amount)
mint(address _to, uint256 _amount) returns (bool)
setDestroyEnabled(bool _enable)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
withdrawTokens(address _token, address _to, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
Mint(address indexed to, uint256 amount)
MintFinished()
NewSmartToken(address _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.