Nogwai by Matt Furie

Verified contract

Active on Base with 5,983 txns
Deployed by via 0xbc60f761 at 16296489
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $5.36
ERC-20
Value $0.1
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x9070199ba30d39519f1d933b7f345f9265d41fb543d26e3bef98ff0db886d326
0xc1d7b377588fc2b9f57a0436c98e9f02460a8d4d37070bea76883c731056da14
0xbf41e6e38f0c4f65f001a2c618f398a6c88af079767ee71a17555e68a5da7e6e
0x3957a76a76eca13ae41e80b3d2cf2ce0f54266f8c7fc1dc055a5b1b75eb0e9b6
0x8013a1de0a1d2f752d152e568673f5dd5f5f402321ab3231f54cbf03d33e9add
0xd364c4a3d5db0018921a02c5cc2d1dea08e1022f7afb51f422704a3c06db8754
0x57fb61d056fd096848d4d862f79479ad94879259b656ee330fd72f737e0baa5e
0x42afd50b5b2e9966202e2c162dc79eecb860eff1ffae3d88208dcb34f83934c1
0xcdf3c725e1ffff918752dcb1c7f17da47a7dfd94f5143a247cf70e659ecded5f
0xe9a36dea7b23dea9488780c6e855b0c96c109f92267dd1dfe7eaafc306afc6de

Functions
Getter at block 21750630
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Nogwai by Matt Furie
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NOGWAI
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