OtxExchange
Verified contract
Active on
Ethereum with 13,145 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OTX | ERC-20 | 108.758027 | $0.000322 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230264 | 2 days ago | | | 0 | 0.0011365869 | |
| 21227344 | 3 days ago | | | 0 | 0.00042777551 | |
| 21225611 | 3 days ago | | | 0 | 0.00038334439 | |
| 21221779 | 4 days ago | | | 0 | 0.00047022643 | |
| 21199587 | 7 days ago | | | 0 | 0.00059134081 | |
| 21195277 | 7 days ago | | | 0 | 0.0010363959 | |
| 21190628 | 8 days ago | | | 0 | 0.00063179266 | |
| 21106115 | 20 days ago | | | 0 | 0.00022291627 | |
| 21077414 | 24 days ago | | | 0 | 0.00049169325 | |
| 21077290 | 24 days ago | | | 0 | 0.00046106801 |
ABI
ABI objects
Getter at block 21247901
DOMAIN_SEPARATOR() view returns (bytes32)
0xd6e3c72adb87c6f97acd17b40bf2920e3a352a7da131a802f8127a746ac5d6a5
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=OtxExchange, version=1, chainId=1, verifyingContract=0x7717f2828fe4dac8558d23ee4cdfed9544e9321f, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
OtxExchange
owner() view returns (address)
0x82e35ec32551059c9b7db1517c43a37e016e9c8c
symbol() view returns (string)
OTX
totalSupply() view returns (uint256)
550000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _address) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address _address, bool _blacklisted)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)