GlowSticks

Verified contract

Active on Ethereum with 6,557 txns
Deployed by via 0x7c284d3b at 17332737
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $5.78
0xd5c92d8a909aa355a147dd5af1758549340edaf48dacf6227499a7ad8b6dfe4d
0xe22fc83f026e07f02543dabc15846113c29832c58a802c14a55e1d4c28a1e2fb
0xc3ebb732d17d2f8d1ad0c5faad56e837d83e1b959da86144e464644fd4dd82aa
0xbcb4f6089eda6a024a1d491cebd0b3820db7972443bc2ab9355902df3451c6fa
0x047d7334b279da791ec2587e81831fe8f7f09b8ee23b8a76018c6f3e79f4a27c
0xeb9977efe9af966ee0c65022ffd48337af168fb850331e7d49b3492f24969f91
0xafce90370c4f66286474f8f3c4668e8dec17f954f8072dd4d2d2fba1d848e82c
0x78514ee307f23043065e99c0d8f15194c8dc7a0d40a15b01149d7a26eb0d4b05
0xac0ef259dff41f22197dc407a21f51c4c54806cdc097f71a951fd51c559887f1
0xa6dae28157d73760a745d2c626f22eaee960397e7080f61aa7f3752370ed0c4f

Functions
Getter at block 20893059
FREE_SUPPLY(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
100000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PAID_SUPPLY(view returns (uint256)
10
name(view returns (string)
GlowSticks
owner(view returns (address)
0x88866e4c27e01c20691edb0770a6e4c3bbf0baa6
symbol(view returns (string)
GS
totalSupply(view returns (uint256)
43150
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
changeTokenURIFlag(uint256 flag
changeURI(string _tokenURI
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOut(address _to
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
NewMint(address indexed msgSenderuint256 indexed mintQuantity
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(