Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TokenX USD"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6620378 | 6 years ago | | | 0 | 0.00059750400 | |
| 6620357 | 6 years ago | | | 0 | 0.00093470000 | |
| 6620196 | 6 years ago | | | 0 | 0.0034373990 | |
| 6620121 | 6 years ago | | | 0 | 0.0040888890 | |
| 6620095 | 6 years ago | | | 0 | 0.0020500000 | |
| 6619960 | 6 years ago | | | 0 | 0.00094300000 | |
| 6576054 | 6 years ago | | | 0 | 0.0018057400 |
ABI
ABI objects
Getter at block 21392632 getFeeParams() view returns (uint256 bps, uint256 min, uint256 max, uint256 flat, bytes feeMsg, address feeAccount)
decimals() view returns (uint256 _decimals)
2
name() view returns (string _name)
TokenX USD
symbol() view returns (string _symbol)
USDx
tla() view returns (string _tla)
USD
totalSupply() view returns (uint256 supply)
20000
version() view returns (string _version)
v1.0.1
Read-only
allowance(address account, address spender) view returns (uint256 amount)
balanceOf(address account) view returns (uint256 balance)
calculateFees(uint256 amount) view returns (uint256 fees)
owner(address) view returns (bool)
State-modifying
Events allowOwnership(address allowedAddress) returns (bool success)
approve(address spender, uint256 amount) returns (bool success)
deprecateInterface() returns (bool deprecated)
removeOwnership(address allowedAddress) returns (bool success)
setParams(string _name, string _symbol, string _tla, string _version, uint256 _decimals, address _feeContract, uint256 _fxUSDBPSRate) returns (bool success)
transfer(address to, uint256 amount) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool success)
transferOwnership(address newOwner) returns (bool success)
AllowOwnership(address indexed allowedAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokeOwnership(address indexed allowedAddress)
constructor(address _storageContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.