Squeakers

Verified contract

Active on Ethereum with 5,361 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $464.81
0x452330e253ca235fd4add85b7d7a0c48830467da813ea807c149493bce2790a9
0xe9dfc09ba3a0c989749274a44bb66cd8e1bc4a7752db59bcfb49aa4c4fdd8ea7
0xcc2da5ad0137e77b7b65e9878c2dd74dc2ad84e8e2db3c1246cd82ea8abc43c4
0xd6ca01e839ab43b3dc4f06823fa9bea051ab9692f91dac0588f19cd5242970d0
0x7bcf251b7938ae853959ea46e6e6bfcb928ce79b0cfe757dda0390a8420460ef
0x4ee015f9d73519790da26f6ea9a377390d43e3333c91d2d7ea704e70710470ad
0x3082efe939c3b232f056ac95f1bf0b8f1ba07670eb7ec1651547ea38f6a0db29
0x779f99eddbb49ed1434fe5a9a2d812ea06a655b29b23cb942140933c46be2512
0x65d96d44959c93b3a415c7927934bc70b8c5a7d10ee88e376a2c46d907357a93
0x6a31fb519639b05e0f43294c640ef594305e7f81f50e7ff827657d777a94fb7f

Functions
Getter at block 21212348
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
2000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
TEAM_ALLOCATION(view returns (uint256)
100
UPDATER_ROLE(view returns (bytes32)
0x73e573f9566d61418a34d5de3ff49360f9c51fec37f7486551670290f6285dab
_tokenIdCounter(view returns (uint256 _value)
2000
baseURI(view returns (string)
ipfs://bafybeid2vfpiazvtenwihnk7ka4nrbttgo2tiqsa34u7idrwtqhmrr6ile/
mintStatus(view returns (uint256)
0
name(view returns (string)
Squeakers
paused(view returns (bool)
false
symbol(view returns (string)
SQUEAK
totalSupply(view returns (uint256)
2000
whitelistNFTContract(view returns (address)
0x340700450f0303791529789793909c703730926f
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mint(payable 
mintTeamAllocation(uint256 amount
pause(
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 uri
setMintStatus(uint256 status
setTokenURI(uint256 tokenIdstring uri
transferFrom(address fromaddress touint256 tokenId
unpause(
updateWhitelistNFTContract(address contractAddress
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Paused(address account
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
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator