Wife Changing Money

Verified contract

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

No balances found for "Wife Changing Money"

0x2084db02d8f39f4f9821b888a462448f23a996f539137db7c81c834763161d0d
0x9eb1be541a0a0d3bcc55283bdfe5e163e9bb332a04a48206adb1803747776f08
0x98f24925199f17fe63c104b2d0ab70c961abc061a43abfeacb7400646fb42e46
0x29d937d645da1f3b76ccce97db4fa84adc65d39f951cb3767f2e5e6cb838519e
0xf07e3d5a3eae7cfbfd4bc023aa9f50801286c7cf6835fdfa110ba1ba7cafee56
0xfe876ab54d00e3c4c7f6c103ccc25706a5728454280bc4ce8034c723297c1640
0x213baff4be3242077a884eb29c271a7441315d196efd296ed662532129f9d616

Functions
Getter at block 23659412
decimals(view returns (uint8)
18
name(view returns (string)
Wife Changing Money
owner(view returns (address)
0x3f53a032aa952368840448bc599100196abbf4ea
symbol(view returns (string)
WCM
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (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(address initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account