Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,328.14 |
$0 | |
UNIDX | ERC-20 | 568.607791 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202123 | 8 days ago | | | 0 | 0.00058804169 | |
| 21087352 | 24 days ago | | | 0 | 0.00031879395 | |
| 21047828 | a month ago | | | 0 | 0.00011189500 | |
| 20980549 | a month ago | | | 0 | 0.00047649159 | |
| 20660621 | 3 months ago | | | 0 | 0.000026191721 | |
| 20600603 | 3 months ago | | | 0 | 0.00012915579 | |
| 20572989 | 3 months ago | | | 0 | 0.000021905543 | |
| 20525419 | 3 months ago | | | 0 | 0.000059907893 | |
| 20508358 | 3 months ago | | | 0 | 0.000044438554 | |
| 20461540 | 4 months ago | | | 0 | 0.00030820345 |
ABI
ABI objects
Getter at block 21259439
cmContractType() view returns (string)
CMErc20Burn
cmImage() view returns (string)
https://i.imgur.com/anpSaK7.png
cmURL() view returns (string)
http://www.unidex.finance/
decimals() view returns (uint8)
18
name() view returns (string)
UniDex
owner() view returns (address)
0x2e5d207a4c0f7e7c52f6622dcc6eb44bc0fe1a13
symbol() view returns (string)
UNIDX
totalSupply() view returns (uint256)
4000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _setCMImage(string image)
_setCMURL(string url)
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)
renounceOwnership()
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, uint256 amount, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.