Sinelock
Verified contract
Active on
Ethereum with 1,183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Sinelock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20955333 | 2 months ago | | | 0 | 0.00064255248 | |
| 17385453 | 2 years ago | | | 0 | 0.00064506578 | |
| 16614394 | 2 years ago | | | 0 | 0.0010122205 | |
| 16555888 | 2 years ago | | | 0 | 0.00059915501 | |
| 16451230 | 2 years ago | | | 0 | 0.00074021341 | |
| 16266025 | 2 years ago | | | 0 | 0.00047471890 | |
| 14769910 | 3 years ago | | | 0 | 0.00093592638 | |
| 13881737 | 3 years ago | | | 0 | 0.0021356365 | |
| 13877324 | 3 years ago | | | 0 | 0.0011774413 | |
| 13480570 | 3 years ago | | | 0 | 0.0013238586 |
ABI
ABI objects
Getter at block 21317452
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
100000000000000000000000
name() view returns (string)
Sinelock
owner() view returns (address)
0x1831de839d4d2146270e81385e14efb4efb9c3d7
symbol() view returns (string)
SINE
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool hello)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool trans1)
transferFrom(address _from, address _to, uint256 _value) returns (bool trans)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
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.