LKSCOIN
Verified contract
Active on
Ethereum with 1,707 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 |
---|---|---|---|---|---|
LKSC | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20673030 | 3 months ago | | | 0 | 0.000062055969 | |
| 20548506 | 3 months ago | | | 0 | 0.000051753287 | |
| 20302505 | 4 months ago | | | 0 | 0.000077369995 | |
| 20298007 | 4 months ago | | | 0 | 0.00011989013 | |
| 20143352 | 5 months ago | | | 0 | 0.00020669346 | |
| 19640443 | 7 months ago | | | 0 | 0.0016865545 | |
| 19286174 | 9 months ago | | | 0 | 0.0028108130 | |
| 18833951 | a year ago | | | 0 | 0.0013261240 | |
| 18705439 | a year ago | | | 0 | 0.0011128576 | |
| 18563437 | a year ago | | | 0 | 0.0032037421 |
ABI
ABI objects
Getter at block 21259436
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[0xD3b7e49aC214FdCEAbCf93178bf96963226179bE]
granularity() view returns (uint256)
1
name() view returns (string)
LKSCOIN
owner() view returns (address)
0x11e25efe5ae6c8f0b586d83fdf1926c2a02ba70d
symbol() view returns (string)
LKSC
totalSupply() view returns (uint256)
612742609714682164999999965
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
changeOwner(address newOwner)
mint(address recipient, uint256 value) returns (bool)
mint(address recipient, uint256 value, bytes userData, bytes operatorData) returns (bool)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorRedeem(address account, uint256 amount, bytes data, bytes operatorData, string underlyingAssetRecipient)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
redeem(uint256 amount, bytes data, string underlyingAssetRecipient)
redeem(uint256 amount, string underlyingAssetRecipient) returns (bool)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
Redeem(address indexed redeemer, uint256 value, string underlyingAssetRecipient)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, address[] defaultOperators)
This contract contains no fallback and receive objects.
This contract contains no error objects.