Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XRADE | ERC-20 | 1.034203 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20141346 | 5 months ago | | | 0 | 0.00029751964 | |
| 20073810 | 5 months ago | | | 0 | 0.00014066554 | |
| 19597221 | 7 months ago | | | 0 | 0.00033992132 | |
| 19349015 | 8 months ago | | | 0 | 0.0025473933 | |
| 19122208 | 9 months ago | | | 0 | 0.0010420980 | |
| 19039177 | 10 months ago | | | 0 | 0.0012295231 | |
| 19005620 | 10 months ago | | | 0 | 0.0015715384 | |
| 18854637 | a year ago | | | 0 | 0.0011203900 | |
| 18810959 | a year ago | | | 0 | 0.0019491507 | |
| 18792419 | a year ago | | | 0 | 0.0054351632 |
ABI
ABI objects
Getter at block 21176812
decimals() view returns (uint8)
18
name() view returns (string)
XRADE
symbol() view returns (string)
XRADE
totalSupply() view returns (uint256)
210000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, bytes signature_, address feeReceiver_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)