A2A STeX Exchange Token
Verified contract
Active on
Ethereum with 823 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 |
---|---|---|---|---|---|
A2A | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16338866 | 2 years ago | | | 0 | 0.00039907440 | |
| 14546171 | 3 years ago | | | 0 | 0.0011901120 | |
| 14546147 | 3 years ago | | | 0 | 0.0012872640 | |
| 12594976 | 3 years ago | | | 0 | 0.00075292800 | |
| 12377161 | 4 years ago | | | 0 | 0.0011658240 | |
| 12377129 | 4 years ago | | | 0 | 0.0011658240 | |
| 12348181 | 4 years ago | | | 0 | 0.00075330000 | |
| 12348157 | 4 years ago | | | 0 | 0.00065610000 | |
| 12337074 | 4 years ago | | | 0 | 0.0012320000 | |
| 12315829 | 4 years ago | | | 0 | 0.00089700000 |
ABI
ABI objects
Getter at block 21283514
decimals() view returns (uint8)
8
maxSupply() view returns (uint256)
60000000000000000
name() view returns (string)
A2A STeX Exchange Token
owner() view returns (address)
0xe04f3614688ab2b10c31137bde49c25927d36957
releasedForTransfer() view returns (bool)
false
symbol() view returns (string)
A2A
totalSupply() view returns (uint256)
2366873209290011
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
icoAddrs(address) view returns (bool)
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)
issueDuringICO(address _to, uint256 _amount) returns (bool)
lock()
release()
setICOaddr(address _addr, bool _value) 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.