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 "Styras"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7583373 | 6 years ago | | | 0 | 0.00022635000 | |
| 6668139 | 6 years ago | | | 0 | 0.00037725000 | |
| 6611879 | 6 years ago | | | 0 | 0.0015441010 | |
| 6339972 | 6 years ago | | | 0 | 0.000071055000 | |
| 6194950 | 6 years ago | | | 0 | 0.0011694750 | |
| 6194936 | 6 years ago | | | 0 | 0.00058088100 | |
| 6101199 | 6 years ago | | | 0 | 0.0015467250 | |
| 6011179 | 6 years ago | | | 0 | 0.00047588100 | |
| 5607947 | 7 years ago | | | 0 | 0.0015441010 | |
| 5561452 | 7 years ago | | | 0 | 0.00022558200 |
ABI
ABI objects
Getter at block 21185716
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Styras
owner() view returns (address)
0xcfbd993c08808fb42c68340db1b7620d139be430
partnersLockEnd() view returns (uint256)
1530230400
partnersMintLockEnd() view returns (uint256)
1514678400
partnersWallet() view returns (address)
0x73705cbdd69d6f55a749effe410508cb933cdef8
publicLockEnd() view returns (uint256)
1516060800
reservedSupply() view returns (uint256)
20000000000000000000000000
symbol() view returns (string)
STY
totalSupply() view returns (uint256)
855112594799874456520000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address investor) view returns (uint256 balanceOfInvestor)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
mintPartners(uint256 amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, 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)
constructor(address partners, uint256 reserved)
This contract contains no fallback and receive objects.
This contract contains no error objects.