STeX Exchange Token
Verified contract
Active on
Ethereum with 10,777 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STE | ERC-20 | 406.391725K | -- | -- | |
A2A | ERC-20 | 1.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16998315 | 2 years ago | | | 0 | 0.00054279896 | |
Transfer | 15680021 | 2 years ago | | | 0.025 | 0.00012627600 | |
Transfer | 15678540 | 2 years ago | | | 0.15 | 0.00023150600 | |
Transfer | 15677354 | 2 years ago | | | 0.0299 | 0.00025255200 | |
Transfer | 15677190 | 2 years ago | | | 0.011 | 0.00039987400 | |
Transfer | 15676361 | 2 years ago | | | 0.025 | 0.00039987400 | |
| 12788926 | 3 years ago | | | 0 | 0.00065917800 | |
| 12019433 | 4 years ago | | | 0 | 0.0031864200 | |
| 11862206 | 4 years ago | | | 0 | 0.0029570560 | |
| 11575710 | 4 years ago | | | 0 | 0.0015231480 |
ABI
ABI objects
Getter at block 21273578
allowTransfer() view returns (bool)
false
decimals() view returns (uint8)
8
maxLockPeriod() view returns (uint256)
10000000
name() view returns (string)
STeX Exchange Token
owner() view returns (address)
0x94ccbb973a11c00215b62cc5cce2f3c221be28c2
symbol() view returns (string)
STE
totalSupply() view returns (uint256)
4714285714285710
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
vestingAmount(address) view returns (uint256)
vestingBeforeBlockNumber(address) view returns (uint256)
State-modifying
Events _transfer(address _from, address _to, uint256 _value, uint256 _vestingBlockNumber) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lock()
release()
safeLock(uint256 _amount, uint256 _bn) returns (bool)
setMaxLockPeriod(uint256 _maxLockPeriod) returns (bool)
setVesting(address _holder, uint256 _amount, uint256 _bn) 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)
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.