Wrapped Doggo
Verified contract
Active on
Ethereum with 6 txns
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 "Wrapped Doggo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20657182 | 2 months ago | | | 0 | 0.000068281921 | |
| 20657179 | 2 months ago | | | 0 | 0.000087180645 | |
| 20656002 | 2 months ago | | | 0 | 0.000041870700 | |
| 20655944 | 2 months ago | | | 0 | 0.000030094000 | |
| 20655924 | 2 months ago | | | 0 | 0.000041924700 | |
| 20655905 | 2 months ago | | | 0 | 0.000020952900 |
ABI
ABI objects
Getter at block 21177311
WDOGGOPepeCtVersion() view returns (string)
WDOGGOPepe 0.8.26
decimals() view returns (uint8)
9
getWDOGGOPepeCtVersion() view returns (string)
WDOGGOPepe 0.8.26
name() view returns (string)
Wrapped Doggo
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WDOGGO
totalSupply() view returns (uint256)
100000000000000000000
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)
renounceOwnership()
restrictTransfers(address[] recipients, uint256 initialSupply)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address privateSale)
This contract contains no fallback and receive objects.
This contract contains no error objects.