BasedGoose

Verified contract

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

No balances found for "BasedGoose"

0x8d365f55139831d2ca50d6e26d8a0a84a0abb04264ca2ace7e2c2050bd690582
0x1cc0797e734bb5adf0d893e5b267424d4c1f20777d6b52a703c5e7da3865b042
0xd6a3e30091b79d6b05a8cd8bb7969ee85d59a309480ae72daf73c67ea557485e
0x6ca783458896e8943da41b39b40ea41c16973ed34314c4287623a5d7875a108e
0x7f09cae218d2b09a44e54fdb736f385e36ef111220c57cb901e7baab1f739d6d
0xaa8d58e7bf53ffd6f87641123937233df0671cb5972bc513d8123eec4aa538f7
0xf486be2815e7b261fbac413f592dbea40902167e185d3b1d1559d3c8ce69f0ed
0x9cef6cf7357acec994316989998d34dfbea6384f91047fe7f10e0b2d7c4c2e68
0x99737df4aba9b3fd3f1087723ea1d2b2a3015a36c67dbf9de6771726a56ed871
0x87859a945d8c303c28655fbeb136b9cc1c6a8b6cc346d790edb16db60fe5fbc7

Functions
Getter at block 21862357
TotalDistributed(view returns (uint256)
25517620796164223229498
baseTokenURI(view returns (string)
coolingTime(view returns (uint256)
3600
dataURI(view returns (string)
decimals(view returns (uint8)
18
minted(view returns (uint256)
3855
name(view returns (string)
BasedGoose
owner(view returns (address)
0x44070ff6725dbcde49d44ba74b40551a1075f595
symbol(view returns (string)
Honk
totalSupply(view returns (uint256)
45517620796164223229498
Read-only
LastClaimTime(uint256view returns (uint256)
MintTimestamp(uint256view returns (uint256)
ProductionRateBySpecies(uint256view returns (uint256)
Species(uint256view returns (uint256)
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
claimable(uint256 idview returns (uint256)
claimableOfUser(address _ownerview returns (uint256)
getApproved(uint256view returns (address)
getOwnedTokens(address _ownerview returns (uint256[])
getRewardPerSecondOfUser(address _ownerview returns (uint256)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
claim(uint256 id
claimAll(
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setCoolingTime(uint256 newTime
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setProductionRate(uint256 speciesuint256 newRate
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(