Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TXA | ERC-20 | 1.377894K | $0.002045 |
$2.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171635 | 2 hours ago | | | 0 | 0.0019313074 | |
| 21162781 | a day ago | | | 0 | 0.00060064931 | |
| 21157068 | 2 days ago | | | 0 | 0.0010691584 | |
| 21154104 | 3 days ago | | | 0 | 0.00088450017 | |
| 21124007 | 7 days ago | | | 0 | 0.00047133279 | |
| 21110673 | 9 days ago | | | 0 | 0.00023150170 | |
| 21110640 | 9 days ago | | | 0 | 0.00015771492 | |
| 21110640 | 9 days ago | | | 0 | 0.00015771492 | |
| 21110640 | 9 days ago | | | 0 | 0.00015771492 | |
| 21106537 | 9 days ago | | | 0 | 0.000099868000 |
ABI
ABI objects
Getter at block 21172313
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
manager() view returns (address)
0x4ae4823521b25089edb36c40d96b962044cfc8df
name() view returns (string)
TXA
symbol() view returns (string)
TXA
totalSupply() view returns (uint256)
47892925968870117725102676
transferFlag() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
distributors(address) view returns (bool)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
restricted(address) view returns (bool)
State-modifying
Events allowTransfers()
approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
restrictTransfers(address[] recipients)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] defaultOperators, address _manager, address founders, address operations, address advisors, address seed, address privateSale, address foundation, address reserve)
This contract contains no fallback and receive objects.
This contract contains no error objects.