STASIS EURS Token
Unverified contract
Proxy
Active on
Ethereum with 11,569 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "STASIS EURS Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20019499 | 5 months ago | | | 0 | 0.00099500001 | |
| 20019208 | 5 months ago | | | 0 | 0.00048843924 | |
| 20019054 | 5 months ago | | | 0 | 0.00072489495 | |
| 20019007 | 5 months ago | | | 0 | 0.00054548593 | |
| 19288399 | 9 months ago | | | 0 | 0.0015074461 | |
| 19287928 | 9 months ago | | | 0 | 0.0016903131 | |
| 19267514 | 9 months ago | | | 0 | 0.0017613592 | |
| 19260871 | 9 months ago | | | 0 | 0.0013400806 | |
| 19260812 | 9 months ago | | | 0 | 0.0021207360 | |
| 19260658 | 9 months ago | | | 0 | 0.0015333297 |
ABI
ABI objects
Getter at block 21160073
decimals() pure returns (uint8)
2
getFeeParameters() pure returns (uint256 _fixedFee, uint256 _minVariableFee, uint256 _maxVariableFee, uint256 _variableFeeNumnerator)
(_fixedFee=0, _minVariableFee=0, _maxVariableFee=0, _variableFeeNumnerator=0)
name() pure returns (string)
STASIS EURS Token
symbol() pure returns (string)
EURS
totalSupply() view returns (uint256)
125000000000000951256701
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
calculateFee(uint256 _amount) pure returns (uint256 _fee)
flags(address _address) view returns (uint256)
nonce(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burnTokens(uint256 _value) returns (bool)
createTokens(uint256 _value) returns (bool)
delegatedTransfer(address _to, uint256 _value, uint256 _fee, uint256 _nonce, uint8 _v, bytes32 _r, bytes32 _s) returns (bool)
freezeTransfers()
setFlags(address _address, uint256 _flags)
setOwner(address _newOwner)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unfreezeTransfers()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Freeze()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.