gggggSkinNFT

Verified contract

Active on Ethereum with 3,984 txns
Deployed by via 0x72109c3c at 16867737
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "gggggSkinNFT"

0xfb0b37d0f9ae075d8678a01f46a1f2aedc0659c49627abf6ad761a57fb336603
0x8d2481ca8489b25af568566ffab4acb317196c9892a98f149f11c17eae8fc2d0
0xe003681b04f0e7a28ef26668838401b9272e6cc61c87c0f7f6971f4e2e4ea11b
0x54c6e07320f5602ec71d7635f4333afbd73f046cad7b9eeaff8f8328a5132963
0x8b327616493200347d937717fbf38f406841627f4b321e77684f9f38177a4e98
0xbe14c95e7e53dde11ef98d75511e4687214265866fbacf45c225e35618d70e9f
0x618b7ff4218de1d2e2acafec310bcadc1d06989bc737467ed0be1dcca4dcc15e
0x8f04453714ac1e13121dac3b8d8d32374306c2d3aac9fadf16a80e5775c68ed2
0x078a7308a156cb6ec02fc9450409f06a87c940d6089a75d97d0518a294d8545f
0xf2560865b91a9c4a92509a91fec6708cfd6946f709ee0431047577f83ddb07be

Functions
Getter at block 21043581
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
admin(view returns (address)
0xa5d5c4d056a9ad2e2f44f09e008b08465901a6e3
maxSupply(view returns (uint256)
3456
name(view returns (string)
gggggSkinNFT
operator(view returns (address)
0xd5e6770f2ef5dd04c78631bf54499850c96d2b0e
owner(view returns (address)
0xa5d5c4d056a9ad2e2f44f09e008b08465901a6e3
remainSupply(view returns (uint256)
0
saleAddress(view returns (address)
0xf52ef28a177246d5db254e4d57c94698a8828563
supplies(view returns (uint256uint256uint256)
(3456, 3456, 0)
symbol(view returns (string)
GGGGGSKIN
tokenIdsByOwnerOnceCount(pure returns (uint256)
20
totalSupply(view returns (uint256)
3456
Read-only
balanceOf(address tokenOwnerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIdsByOwner(address owneruint256 offsetview returns (uint256[20]uint256bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(address touint256 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setRoyaltyInfo(address newReceiveruint96 newFraction
setSaleAddress(address newSaleAddress
setTokenURI(string newTokenURIPrefixstring newTokenURISuffix
transferAdmin(address newAdmin
transferFrom(address fromaddress touint256 tokenId
transferOperator(address newOperator
transferOwnership(address newOwner
Events
AdminTransferred(address indexed previousAdminaddress indexed newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OperatorTransferred(address indexed previousOperatoraddress indexed newOperator
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SaleAddress(address indexed previousAddressaddress indexed newAddress
SetRoyaltyInfo(address indexed previousReceiveraddress indexed newReceiveruint96 previousFractionuint96 newFraction
TokenURI(string prefixstring suffix
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator