SWAG MONKEY

Verified contract

Active on Base with 1,970 txns
Deployed by via 0x43eccca9 at 14164155
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xe11be82bcaad02edc8dd991d3a1dd3d56183a5604c29dde6986d909390ad9647
0xa1613654bf81c0d892a5d9d528250926241b4f543c173b6fcbdbf98e665c7cc6
0x822be3d567c99e01f948952b27fd1f8bb4569939da06e7867073cb76637244de
0xe9939d3c2df16800207250162e08328d8aeff475a3b550e7a0aa9630715fceb5
0xa9d6e3dc2aed33036899134305d807aee485b37cd20a584b75bfbad7dd43d571
0x49e8741cab4a67a0503201f983f56e2b7d4aa9101b7d9aa326a88ee75599dd97
0x76c14b232217cf07b5aac5287be5a4bc73f4851ba3f2bde06a0680dcf5675a41
0x182c0d3beafb2eb87e9700a4ef88c974275a2b553a766cbad3c9d3c583f68c65
0x94abf909a4ed3c90938983c5aed3ada0131a3b4a01090981ca507713c51a715a
0x7707327a054d8aa3977a565c55c7cb9fc947fe12d8957f6956f64e0851d75d03

Functions
Getter at block 22772689
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
SWAG MONKEY
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SWAG
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account