Golden Retriever

Verified contract

Active on Base with 66 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Golden Retriever"

0xadc453b4b65826434b698f902845bf9ef4a6bed10bd4fc06fe93182940f0458c
0x0a14042e1c07ac89a54f450de9793ee0d40a41e52ad50e41202dff1a3f5997fb
0x7c395a21e12fd480ef0ddb3f41221b446b8c06f2761895ebdbdb05fa1a84368d
0x0cf86fcd10170bf284b8f7e470a526a059edfbeaecd650324ccf2459c248b42e
0x6245305e683946260e6a791d2f73632f49a9f7e6123d60f9e736cb0bdee8a04a
0x37c90a2d5701244296b7a2c7abcc592ef9e92ff24f33d7979b1fb2f5d8123b17
0x1c88086f3b5d3953235b754eacb8688d460137944fb268e49de31c24956b4a70
0x359fd8044e73483fc78190f02b4e76eff6bc3d21d349cf83321bd89f9e3aa8c7
0x73a8af6eb74d52c9797dacc3647f47f52d7d0de568f51513fd13b070df3db84f
0xc68293f3f8d2ed76d8c997b7b844eb9e8a73b286b7032fe27c9a8f84c060d3bc

Functions
Getter at block 22740876
decimals(view returns (uint8)
18
name(view returns (string)
Golden Retriever
symbol(view returns (string)
GOLDY
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
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