DIXT.FINANCE
Verified contract
Active on
Ethereum with 870 txns
Balances ($151.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 150.998341 | $1.001 |
$151.15 | |
DIXT | ERC-20 | 660.002564K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17681203 | a year ago | | | 0 | 0.00049959069 | |
| 17681203 | a year ago | | | 0 | 0.00052472640 | |
| 17681202 | a year ago | | | 0 | 0.00049959069 | |
| 17669397 | a year ago | | | 0 | 0.00059882000 | |
| 17669397 | a year ago | | | 0 | 0.00059954000 | |
| 17669397 | a year ago | | | 0 | 0.00059882000 | |
| 17653699 | a year ago | | | 0 | 0.00041327791 | |
| 17653699 | a year ago | | | 0 | 0.00042799842 | |
| 17653699 | a year ago | | | 0 | 0.00042834135 | |
| 17653698 | a year ago | | | 0 | 0.00042834135 |
ABI
ABI objects
Getter at block 21169138
decimals() view returns (uint8)
18
minter() view returns (address)
0x7de347435b23e4daa540bf9651838ccffa5e7d08
name() view returns (string)
DIXT.FINANCE
owner() view returns (address)
0x16b7548e5f87ad2bff2f4a502331cc49639f4266
symbol() view returns (string)
DIXT
totalSupply() view returns (uint256)
50000000000000000000000000001
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setMinter(address _minter)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(string name, string symbol, address initialAccount, uint256 initialBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.