Wrapped BaseDOGE
Verified contract
Active on
Base with 4,006 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000771 |
$0 | |
BaseDOGE | ERC-20 | 307.941497B | -- | -- | |
OHNO | ERC-20 | 141 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744052 | 5 hours ago | | | 0 | 0.0000053046261 | |
| 22732274 | 12 hours ago | | | 0 | 0.0000049251219 | |
| 22726933 | 15 hours ago | | | 0 | 0.000000096999927285 | |
| 22719796 | 19 hours ago | | | 0 | 0.0000053032515 | |
| 22717388 | 20 hours ago | | | 0 | 0.0000053046261 | |
| 22704326 | a day ago | | | 0 | 7.2079307e-7 | |
| 22686452 | 2 days ago | | | 0 | 7.1884394e-7 | |
| 22686380 | 2 days ago | | | 0 | 7.1844125e-7 | |
| 22686350 | 2 days ago | | | 0 | 4.5289333e-7 | |
| 22686334 | 2 days ago | | | 0 | 7.1755361e-7 |
ABI
ABI objects
Getter at block 22753708
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped BaseDOGE
symbol() view returns (string)
wBaseDOGE
totalSupply() view returns (uint256)
307941495834394969625253160279
underlying() view returns (address)
0x728cda34d732a87fd6429129e23d4742d9ff0064
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unwrap(uint256 amount)
wrap(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _underlying)
This contract contains no fallback and receive objects.
This contract contains no error objects.