1sol.io
Verified contract
Active on
Ethereum with 1,723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe91d…1db4
Balances ($3.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1SOL | ERC-20 | 315.782281 | $0.011178 |
$3.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20865998 | 2 months ago | | | 0 | 0.0035221000 | |
| 20653221 | 3 months ago | | | 0 | 0.000068900408 | |
| 20251883 | 5 months ago | | | 0 | 0.000074218770 | |
| 20154333 | 5 months ago | | | 0 | 0.00013436797 | |
| 20154197 | 5 months ago | | | 0 | 0.00011123874 | |
| 20154165 | 5 months ago | | | 0 | 0.00014194348 | |
| 19917751 | 6 months ago | | | 0 | 0.00076508064 | |
| 19917740 | 6 months ago | | | 0 | 0.00055217738 | |
| 19860187 | 7 months ago | | | 0 | 0.00074297153 | |
| 19853373 | 7 months ago | | | 0 | 0.00044943358 |
ABI
ABI objects
Getter at block 21316147
admin() view returns (address)
0xeb36d3d4cd24f636fd5dcbfd560c15a311660d6b
decimals() view returns (uint8)
18
getAdmin() view returns (address)
0xeb36d3d4cd24f636fd5dcbfd560c15a311660d6b
isLosslessOn() view returns (bool)
true
isLosslessTurnOffProposed() view returns (bool)
false
losslessTurnOffTimestamp() view returns (uint256)
0
name() view returns (string)
1sol.io
recoveryAdmin() view returns (address)
0x59cde93b98da579a8e2b763fad62dcef8c1493d5
symbol() view returns (string)
1SOL
timelockPeriod() view returns (uint256)
86400
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptRecoveryAdminOwnership(bytes key)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeLosslessTurnOff()
executeLosslessTurnOn()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proposeLosslessTurnOff()
setLosslessAdmin(address newAdmin)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOutBlacklistedFunds(address[] from)
transferRecoveryAdminOwnership(address candidate, bytes32 keyHash)
AdminChanged(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
LosslessTurnOffProposed(uint256 turnOffDate)
LosslessTurnedOff()
LosslessTurnedOn()
RecoveryAdminChangeProposed(address indexed candidate)
RecoveryAdminChanged(address indexed previousAdmin, address indexed newAdmin)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply_, string name_, string symbol_, address admin_, address recoveryAdmin_, uint256 timelockPeriod_, address lossless_)
This contract contains no fallback and receive objects.
This contract contains no error objects.