SNIF
Verified contract
Proxy
Active on
Ethereum with 4,323 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
0x975f…42ad
5 additional
variables
Balances ($0.00)
No balances found for "SNIF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097031 | 25 days ago | | | 0 | 0.00022774786 | |
| 20321177 | 4 months ago | | | 0 | 0.00048745472 | |
| 20067541 | 6 months ago | | | 0 | 0.00040988734 | |
| 19901714 | 6 months ago | | | 0 | 0.00010277204 | |
| 19792653 | 7 months ago | | | 0 | 0.00016525502 | |
| 19792651 | 7 months ago | | | 0 | 0.00017122570 | |
| 19792649 | 7 months ago | | | 0 | 0.00018069479 | |
| 19724659 | 7 months ago | | | 0 | 0.00046950950 | |
| 19440577 | 8 months ago | | | 0 | 0.0019116346 | |
| 19221507 | 9 months ago | | | 0 | 0.0019620157 |
ABI
ABI objects
Getter at block 21276832 proxiableUUID() view returns (bytes32)
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
symbol() view returns (string)
SNIF
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
unrevealedURIs(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(string[] unrevealedURIs_)
mint(address[] addresses_)
mintAllowList(address to_)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setIsTransferDisabled(bool isDisabled)
setOperatorDenylistRegistry(address operatorDenylistRegistry_)
setUnrevealedURIs(string[] unrevealedURIs_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw() payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()