Furry by Matt Furie

Verified contract

Active on Base with 51,388 txns
Deployed by via 0x8d5c6397 at 16705629
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xa34f258a5955fcea38d8a8c0b847cb83e827ef6772071f229419a21011122f0e
0x67acaedcecd4226e09b89e6671d30ef9ed0d0bd46323ceabc16b2eb7c7c1de42
0x9d0088a1d0409fb99c39c2556d71394fd5efaf6f47c11951ed2d91de5a29adda
0x51c9125d44a215d14dd8727d949157d48972fba99c96e1627ecab9166dfc7996
0x74f139ae75d9a0bc9bcb99c3251ad400caf765a819620b7143df82c9a6c68603
0x1f12aa65a42fb9238dce9583b28611fc145fb9d6e9a45fd48b8835ed87a36002
0xb499e0ee131df39cd38817d3b5daf454669f13732368f58a432a1979500a3b15
0xa5445f74b504cef60cdf59976d992efed17610fa23ddf425b2c3f1730342b0ed
0x1682fbc93a4b5783034c234e709c10d0d25191b79875f76310aba935d644d16e
0x90727e743bd05e64f3c4003cdc8b52adb5de835105ab29945b3cb6344f304588

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