GOODENOF

Verified contract

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

No balances found for "GOODENOF"

0x0125c6b312b01d7cf4da45d5b961bff182248fa69297836d6959039cec8f5042
0x7dedda1eebb2b68a541943fc214ec04dad88cdc5cd693cdd4afd38e61670f7de
0x7a39b7756002d1fd737d3586773b1354089c040163d29e15aa1697b2de50be75
0xd9ce46de1492742c90dd6f8e725c064b35e4809c261d4d173af0352623b2ab1a
0xf88a1f51ff8df9bb35ca82196ac6ce266bb6de12bdcb7f1f9ea374d0e202edc4
0x782a03f245962423d22b6cdb8c43187e5f7d45aea64b4981ecfdd7c3b0c22110
0xa74b8d071507cca08ab47498e39003d7a70e83953a3d401c8a7c367976aac4a2
0x20b0a8b2c7aa9720a1c130db69bf6b807e0a2a43960e7335c0fa4635ce4d807e
0xb10c205ac8b3956403f23cdb8fb3fb4de2c81fc65adb635300e4f5304c06142d
0x41e4abac7d8f0a2e534803b959ccf4e544139e96dae6423fabefae959f0aebc0

Functions
Getter at block 23176294
decimals(view returns (uint8)
18
name(view returns (string)
GOODENOF
owner(view returns (address)
0x40829158cbef440e756266913be66ac87384a8d2
symbol(view returns (string)
GODUNOF
totalSupply(view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setObserver(address observer
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