Synthestech Token
Verified contract
Active on
Ethereum with 846 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 "Synthestech Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16759964 | 2 years ago | | | 0 | 0.00085070522 | |
| 16491529 | 2 years ago | | | 0 | 0.00093772970 | |
| 13481204 | 3 years ago | | | 0 | 0.0040982110 | |
| 13400015 | 3 years ago | | | 0 | 0.0067389171 | |
| 12325760 | 4 years ago | | | 0 | 0.0016812242 | |
| 12311567 | 4 years ago | | | 0 | 0.0018467500 | |
| 12215715 | 4 years ago | | | 0 | 0.0045637743 | |
| 12154950 | 4 years ago | | | 0 | 0.0086552510 | |
| 12138159 | 4 years ago | | | 0 | 0.0022147000 | |
| 11972442 | 4 years ago | | | 0 | 0.0037642850 |
ABI
ABI objects
Getter at block 21218602
decimals() view returns (uint8)
0
mintingFinished() view returns (bool)
false
name() view returns (string)
Synthestech Token
owner() view returns (address)
0x5c1b1e863cb802f30a3c16cce3f59529aef26514
symbol() view returns (string)
STT
totalSupply() view returns (uint256)
18000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.