Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dovu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21371112 | a day ago | | | 0 | 0.00078893313 | |
| 21370267 | a day ago | | | 0 | 0.00058569675 | |
| 21368787 | a day ago | | | 0 | 0.00080635938 | |
| 21368489 | a day ago | | | 0 | 0.0012588653 | |
| 21359085 | 3 days ago | | | 0 | 0.00080963427 | |
| 21346594 | 4 days ago | | | 0 | 0.00063631545 | |
| 21344000 | 5 days ago | | | 0 | 0.00097541096 | |
| 21338819 | 5 days ago | | | 0 | 0.0010787794 | |
| 21334766 | 6 days ago | | | 0 | 0.00078454008 | |
| 21319880 | 8 days ago | | | 0 | 0.00067043142 |
ABI
ABI objects
Getter at block 21377752
DOMAIN_SEPARATOR() view returns (bytes32)
0x3d9f53d91d711f329bf41a6c0d084e46c00bd78460e930ffc4eb838166c18863
decimals() view returns (uint8)
8
name() view returns (string)
Dovu
owner() view returns (address)
0x367e59b559283c8506207d75b0c5d8c66c4cd4b7
paused() view returns (bool)
false
symbol() view returns (string)
DOVU[eth]
totalSupply() view returns (uint256)
19392088924037914
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnFrom(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _account, uint256 _amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _tokenName, string _tokenSymbol, uint8 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.