LilSisaCoin
Verified contract
Active on
Ethereum with 131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdbd9…b954
0x17db…013f
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,683.84 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9325153 | 5 years ago | | | 0 | 0.00094721400 | |
| 9316170 | 5 years ago | | | 0 | 0.00094721400 | |
| 9316166 | 5 years ago | | | 0 | 0.00094721400 | |
| 9316060 | 5 years ago | | | 0 | 0.00094721400 | |
| 9316038 | 5 years ago | | | 0 | 0.00094721400 | |
| 9315942 | 5 years ago | | | 0 | 0.00094721400 | |
| 8857152 | 5 years ago | | | 0 | 0.00031312200 | |
| 7106563 | 6 years ago | | | 0 | 0.000081484000 | |
| 6536724 | 6 years ago | | | 0.000001 | 0.00086012800 | |
| 6357860 | 6 years ago | | | 0 | 0.00022000680 |
ABI
ABI objects
Getter at block 21313216
cap() pure returns (uint256)
100000000
decimals() pure returns (uint8)
0
etherRatioForInvestor() pure returns (uint256)
10
isPayableEnabled() pure returns (bool)
true
minimumSupport() pure returns (uint256)
500
name() pure returns (string)
LilSisaCoin
rate() pure returns (address)
0x17db86b8a8a53476236a41fd9511b0a67622013f
rbInformationStore() pure returns (address)
0xdbd9b1a3077e19d5ec975e759ada47031a94b954
sponseeAddress() pure returns (address)
0x53605a13f43ee334bc9f8b2e35c43a968c3fc9cb
symbol() pure returns (string)
LSCoin
totalSupply() pure returns (uint256)
544635
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
buy(address _to, uint256 _value, uint256 _paymentId)
changeIsPayableEnabled()
changeSponseeAddress(address _newAddress)
decreaseCap(uint256 _value)
increaseCap(uint256 _value)
mint(address _address, uint256 _value)
rollbackTransfer(address _from, address _to, uint256 _value)
setName(string _name)
setRBInformationStoreAddress(address _address)
setSymbol(string _symbol)
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)
LogBuy(address indexed from, address indexed to, uint256 indexed value, uint256 paymentId)
LogChangeIsPayableEnabled(bool flag)
LogChangeSponseeAddress(address indexed to)
LogDecreaseCap(uint256 value)
LogExchange(address indexed from, address indexed token, uint256 value)
LogIncreaseCap(uint256 value)
LogMint(address indexed to, uint256 value)
LogReceivedEther(address indexed from, address indexed to, uint256 etherValue, string tokenName)
LogRollbackTransfer(address indexed from, address indexed to, uint256 value)
LogSetName(string name)
LogSetRBInformationStoreAddress(address indexed to)
LogSetSymbol(string symbol)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _rbInformationStoreAddress, address _rateAddress, address _sponsee)
fallback()
This contract contains no error objects.