Dexioprotocol
Verified contract
Active on
Ethereum with 1,694 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEXIO | ERC-20 | 3.555K | $0.003513 |
$12.49 | |
DOBBY | ERC-20 | 15K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267326 | 3 days ago | | | 0 | 0.00066215572 | |
| 21260145 | 4 days ago | | | 0 | 0.00048356050 | |
| 21257916 | 4 days ago | | | 0 | 0.00039569353 | |
| 21255337 | 5 days ago | | | 0 | 0.00048622449 | |
| 21251631 | 5 days ago | | | 0 | 0.0019736852 | |
| 21251576 | 5 days ago | | | 0 | 0.00083906707 | |
| 21251487 | 5 days ago | | | 0 | 0.0011537267 | |
| 21251219 | 5 days ago | | | 0 | 0.00092663159 | |
| 21247892 | 6 days ago | | | 0 | 0.00057577097 | |
| 21247889 | 6 days ago | | | 0 | 0.00043875382 |
ABI
ABI objects
Getter at block 21287783
decimals() view returns (uint8)
18
name() view returns (string)
Dexioprotocol
owner() view returns (address)
0x5ac7c3daeea25ff98c2e32faa6254b38670ae17d
symbol() view returns (string)
DEXIO
totalSupply() view returns (uint256)
125000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
retrieveERC20(address tokenAddress, uint256 amount)
retrieveETH(uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklistAddress(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unblacklisted(address indexed account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.