STWGG

Verified contract

Implementation

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

No balances found for "STWGG"

No transactions found for "STWGG"


Functions
Getter at block 23556181
baseURI(view returns (string)
contractURI(view returns (string)
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
transferAuth(addressview returns (bool isFrombool isTo)
State-modifying
approve(address touint256 tokenId
batchMint(address[] _tosuint256[] _tokenIds
initialize(string _newbaseURIstring _contractURIaddress _initialOwner
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string _contractURI
setTransferAuth(address _authstruct STWGGTransferAuth _transferAuth
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURISet(string newBaseURI
BatchMinted(address[] tosuint256[] tokenIds
ContractURISet(string newContractURI
Initialized(uint64 version
Minted(address indexed touint256 indexed tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferAuthChanged(address indexed authbool isFrombool isTo
TransferAuthSet(address indexed authbool isFrombool isTo
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account