Swoonie McSillington

Verified contract

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

No balances found for "Swoonie McSillington"

0x1712994c05b277e44d760443a93bdb0e767c2804984aad73d60ff795e2bdf66a
0x55afdcb08292f82f1b60a307e26c2c20691c3e23877f6c095c9a8df9c8c004bb
0x50f56a665fda5df0033e0326d5c1860511cbc282cc89f77862bc4bb7299dbf29
0xa1fd10d10b832be657ba71ed61a45d39f53660ef616d8467c0728c20ffffecc6
0x8e3c7e356cb8740373c7ce8e19195c83c217df81e67ebacc3b361b2f6f7190c4

Functions
Getter at block 22980890
decimals(view returns (uint8)
18
name(view returns (string)
Swoonie McSillington
owner(view returns (address)
0x48f54f696b9c4d5b3ebec2942a405048fc64cadb
symbol(view returns (string)
Swoonie
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
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(
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