Taxa Token
Verified contract
Active on
Ethereum with 1,499 txns
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 "Taxa Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242210 | 18 hours ago | | | 0 | 0.00048939511 | |
| 21143181 | 15 days ago | | | 0 | 0.00083868071 | |
| 21137968 | 15 days ago | | | 0 | 0.0010806960 | |
| 20989644 | a month ago | | | 0 | 0.0010676668 | |
| 20969871 | a month ago | | | 0 | 0.00076133148 | |
| 20969868 | a month ago | | | 0 | 0.00051408211 | |
| 20969865 | a month ago | | | 0 | 0.00051365607 | |
| 20969863 | a month ago | | | 0 | 0.00053228479 | |
| 20969861 | a month ago | | | 0 | 0.00047441722 | |
| 20936643 | a month ago | | | 0 | 0.00056629935 |
ABI
ABI objects
Getter at block 21247600
decimals() view returns (uint8)
18
name() view returns (string)
Taxa Token
owner() view returns (address)
0x1d59d617795e9055bfa444684547547d68441c13
paused() view returns (bool)
false
symbol() view returns (string)
TXT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
increaseApproval(address spender, uint256 addedValue) returns (bool)
pause()
transfer(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.