Erc20

Verified contract

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

No balances found for "Erc20"

0x724804afc04d2e9bddd671e49dd81009936a50a6632f225714cfd38b979446e6
0x1c2b6504794aceec131405cf04ba30389a558b19cf95ac8e148d57d0dd445446
0xeb757c1d412f6dadef23d155702939e4371a86673fd65dac3fc36e1a83f2285b
0x8701b6fc47153fda6722234af2c218db3bd94ef61d2ba5fcc01b2d4d803d5888
0x9b2e1bb8ecb05517dd4d2702c579624ea267e93121efa42d97fb2825439cd1c8
0xbcb51ad7075dfbb3d757c485707a4136841273bb9560975273f0f7d4201b0f39
0xb248562a004ee850cdc1742eab6d90a4d3f18995c804d76dde10d25def7b57cc
0xaf6301f773d6d7f616c7181e0352b73587a3086a29d477e14eb82f7373f75a69
0x3121ea866cd18591e3966ca83c79abff4e87d31cc45cb526b3f2b509048a6887
0x5cf3774a362f320dfeca7bff76ed9ae6013f1f8b3063002a28288e960777ee70

Functions
Getter at block 22943083
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
SWAG MIGGLES
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SWIGGLES
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