Simple Guild Reward NFT Base

Verified contract

Implementation

Active on Base with 1 txns
Deployed by via 0x25cc55c2 at 2916723
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots

No balances found for "Simple Guild Reward NFT Base"

0xdec266150ff8708b33f7eb9995d2a9cc585732ddf00a49d2e2f21e6de0250816

Functions
Getter at block 22751537
factoryProxy(view returns (address)
0x4205e56a69a0130a9e0828d45d0c84e45340a196
fee(view returns (uint256)
0
getFeeData(view returns (uint256 tokenFeeaddress treasuryAddress)
(tokenFee=0, treasuryAddress=0x30b6f80a535ecf39892ec8e7c2776910d2576cd9)
name(view returns (string)
Simple Guild Reward NFT Base
owner(view returns (address)
0xf7b73f96951e7ef3f9da69b4ec6431319ade7e9f
symbol(view returns (string)
GUILD
totalSupply(view returns (uint256)
0
treasury(view returns (address)
0x30b6f80a535ecf39892ec8e7c2776910d2576cd9
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(address accountview returns (bool claimed)
hasTheUserIdClaimed(uint256 userIdview returns (bool claimed)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(addressuint256
burn(uint256 tokenIduint256 userIdbytes signature
claim(address receiveruint256 userIdbytes signaturepayable 
initialize(string namestring symbolstring _cidaddress tokenOwneraddress treasuryuint256 tokenFeeaddress factoryProxyAddress
renounceOwnership(
safeTransferFrom(addressaddressuint256
safeTransferFrom(addressaddressuint256bytes
setApprovalForAll(addressbool
setFee(uint256 newFee
setTreasury(address newTreasury
transferFrom(addressaddressuint256
transferOwnership(address newOwner
updateTokenURI(string newCid
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Claimed(address indexed receiveruint256 tokenId
FeeChanged(uint256 newFee
Initialized(uint8 version
MetadataUpdate(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TreasuryChanged(address newTreasury
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyClaimed(
FailedToSendEther(address recipient
IncorrectFee(uint256 paiduint256 requiredAmount
IncorrectSender(
IncorrectSignature(
NonExistentToken(uint256 tokenId
Soulbound(