Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,119.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOP | ERC-20 | 866.271751K | $0.00161 |
$1,394.55 | |
USDT | ERC-20 | 724.274511 | $1.001 |
$725 | |
APU | ERC-20 | 4 | $0.000918 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246197 | an hour ago | | | 0 | 0.00049548109 | |
| 21246017 | 2 hours ago | | | 0 | 0.00099947622 | |
| 21245686 | 3 hours ago | | | 0 | 0.00035479679 | |
| 21245603 | 3 hours ago | | | 0 | 0.00055073840 | |
| 21245465 | 4 hours ago | | | 0 | 0.00042706012 | |
| 21245381 | 4 hours ago | | | 0 | 0.00062086138 | |
| 21245282 | 4 hours ago | | | 0 | 0.00087879831 | |
| 21245237 | 5 hours ago | | | 0 | 0.00039042026 | |
| 21245175 | 5 hours ago | | | 0 | 0.00066735761 | |
| 21245085 | 5 hours ago | | | 0 | 0.00039368686 |
ABI
ABI objects
Getter at block 21246590
DOMAIN_SEPARATOR() view returns (bytes32)
0xa4ffa33a4dc85ea9eb88b15a628d426c6d17391411a1fe43943f02491dcc875a
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=Data Ownership Protocol, version=1, chainId=1, verifyingContract=0x97a9a15168c22b3c137e6381037e1499c8ad0978, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isTransferEnabled() view returns (bool)
true
name() view returns (string)
Data Ownership Protocol
owner() view returns (address)
0x4607c83b39690c3a8ada0a03cc920514e48d2c8f
symbol() view returns (string)
DOP
totalSupply() view returns (uint256)
23348285573000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
initiallyAllowedAccounts(address) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
enableTransfer()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateAccountState(address account, bool state)
AllowListUpdated(address indexed account, bool state)
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)
TransfersEnabled()
constructor(address initialOwner, address[] initialAllowedList)
This contract contains no fallback and receive objects.
AlreadyEnabled()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)
TransferNotAllowed()