Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAVE | ERC-20 | 14.368829B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276880 | 5 hours ago | | | 0 | 0.00030661692 | |
| 21275071 | 11 hours ago | | | 0 | 0.00036547025 | |
| 21251524 | 4 days ago | | | 0 | 0.0015149697 | |
| 21213422 | 9 days ago | | | 0 | 0.00061203589 | |
| 21211699 | 9 days ago | | | 0 | 0.00063951008 | |
| 21164725 | 16 days ago | | | 0 | 0.00055586355 | |
| 21150654 | 18 days ago | | | 0 | 0.00040665435 | |
| 21148606 | 18 days ago | | | 0 | 0.00047193997 | |
| 20857589 | 2 months ago | | | 0 | 0.00025150190 | |
| 20847732 | 2 months ago | | | 0 | 0.00037422394 |
ABI
ABI objects
Getter at block 21278285
decimals() view returns (uint8)
18
name() view returns (string)
Dave
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
DAVE
totalSupply() view returns (uint256)
260803363146237845190000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events 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)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(address _V3Factory, address _V2Factory, address _weth, uint160 _sqrtPriceX96, address _reserve)
This contract contains no fallback and receive objects.
ContractPaused()
IncorrectSum()
NoZeroTransfers()