Wojak Coin

Verified contract

Active on Base with 22 txns
Deployed by via 0x11b936bf at 14233472
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Wojak Coin"

0xc250a2254be76d16c7332c3d7ea70d625340fe27e1fe00a73374dacfa172b346
0xb1f9800a0c4a1596762c7e0c958b24eb78cac557f110739ef8656df257aa1ee5
0x6a6791c0d2cb9b89155c89f10fe226b6c407ea2773d33d2c0c3251c5eaa26baa
0xaf1893fcc022326b28066e48a6b5a067b576dec946a5b6e3c0c586fc83c2942d
0x230860d934c586d74474bf1bd834cf5ddc09550cccff5395d0b075cb741086eb
0xeb69637da277902cf897a26b5558adcd4a14b81615077c2a1af91c280830600d
0xde99a748398a9d5bf1b880ed452ea51541ec9d86d047d9c34ed9fc7d40f5fcc8
0x230dc5db0ac61b28f38a6dc83217df47a22e6a414668844f4c68fc296edc2a15
0x835d521d999df5b87ade4d60d5a17a94a32fe59bbb89521a9d782d01477b95b1
0xc9e7b785bc1cd016deb53621a310bd7e93b1cf24e9865e646474687640778c39

Functions
Getter at block 23941927
decimals(view returns (uint8)
18
name(view returns (string)
Wojak Coin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
WOJAK
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account