Social Lending Token
Verified contract
Active on
Ethereum with 5,349 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
PMOD | ERC-20 | 5 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790217 | 2 years ago | | | 0 | 0.0027085597 | |
| 14767012 | 2 years ago | | | 0 | 0.0033082840 | |
| 14741226 | 3 years ago | | | 0 | 0.0016493963 | |
| 13942490 | 3 years ago | | | 0 | 0.0073063324 | |
| 13436074 | 3 years ago | | | 0 | 0.0047166750 | |
| 13357207 | 3 years ago | | | 0 | 0.0054702990 | |
| 13327359 | 3 years ago | | | 0 | 0.0050930370 | |
| 13310441 | 3 years ago | | | 0 | 0.0043488150 | |
| 13310427 | 3 years ago | | | 0 | 0.0047150310 | |
| 13299484 | 3 years ago | | | 0 | 0.0023804040 |
ABI
ABI objects
Getter at block 21160865
airdroper() view returns (address)
0x5c4f6e967947c395bfda990bf628e8dfb94fa37f
decimals() view returns (uint256)
9
name() view returns (string)
Social Lending Token
owner() view returns (address)
0xe621185865904c4cd2d1db3cf2a160c9a6dd56b4
paused() view returns (bool)
false
symbol() view returns (string)
SLT
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events airdrop(uint256 _value, address[] _addresses) returns (bool success)
airdropDiff(uint256[] _values, address[] _addresses) returns (bool success)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
setAirdroper(address _airdroper) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value, bytes _data) returns (bool success)
transferOwnership(address newOwner)
unpause()
Airdrop(address indexed from, uint256 addressCount, uint256 totalAmount)
AirdropDiff(address indexed from, uint256 addressCount, uint256 totalAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
SetAirdroper(address indexed airdroper)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
Unpause()
constructor(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.