SNIF

Verified contract

Proxy

Active on Ethereum with 4,322 txns
Deployed by via 0x5b911ec7 at 14493542
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
5 additional variables

No balances found for "SNIF"

0xa56a6bea9fa4a19129a136706291c590f3fe828fe17e7bb7bb7274fd813a75e8
0x8ddef042d9bc9457f04741e7b6cc1f5b2f9d661cae925ba9807cddeb62c8c15a
0x396652b1bbb850505f78149d810bf0828aa5db6caac8bf86926a079da1c85b44
From
0x04363fbe5ddadd1d3ba62ca15842bcba8fb4667a16a83ade7083a099ffd85ad9
0x6cd112c6bae36c1cf3243482a00a376456af3bba1c3ec2f604c1395edfc84937
0xe2b50fd174b33128b188fda90bbc2df9c8dba8eed9243430b9114f4c5be47981
0xbfae2900799694ab9b94e2b15410f03b213b5c40f1584785c18979742b0271df
0xaf1ad458215d36d5f94b5dc0e457aa79678c19e59fea666e9c35e1b551a37b4a
0x8c231a86182ce7b692a69457d7972f59b80c06aa6c807f8dcd7431d02105c061
0x4acb6bdba0b7ce25692f3d3bec65ed01e6ee4cc59809774654d51db932d357b6

Functions
Getter at block 20873679
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE(view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
UPGRADER_ROLE(view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
baseURI(view returns (string)
isTransferDisabled(view returns (bool)
true
name(view returns (string)
SNIF
operatorDenylistRegistry(view returns (address)
0x975f1ace337025b69504b9bfcb4e856640d442ad
owner(view returns (address)
0xbdd95abe8a7694ccd77143376b0fbea183e6a740
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string)
SNIF
totalSupply(view returns (uint256)
2000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
unrevealedURIs(uint256view returns (string)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
initialize(string[] unrevealedURIs_
mint(address[] addresses_
mintAllowList(address to_
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setIsTransferDisabled(bool isDisabled
setOperatorDenylistRegistry(address operatorDenylistRegistry_
setUnrevealedURIs(string[] unrevealedURIs_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(payable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(