Squeakers
Verified contract
Active on
Ethereum with 5,361 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($464.81)
Native
Value
$464.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.15 | $3,098.71 |
$464.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20844493 | 2 months ago | | | 0 | 0.00057593441 | |
| 20705477 | 2 months ago | | | 0 | 0.000056401042 | |
| 20653765 | 3 months ago | | | 0 | 0.000064579261 | |
| 20570096 | 3 months ago | | | 0 | 0.000078720261 | |
| 20408316 | 4 months ago | | | 0 | 0.000096627243 | |
| 19935997 | 6 months ago | | | 0 | 0.00039772289 | |
| 19836984 | 6 months ago | | | 0 | 0.00017844300 | |
| 19763846 | 7 months ago | | | 0 | 0.00041674836 | |
| 19513689 | 8 months ago | | | 0 | 0.0020876187 | |
| 19050558 | 10 months ago | | | 0 | 0.00050411864 |
ABI
ABI objects
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 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
mint() payable
mintTeamAllocation(uint256 amount)
pause()
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 uri)
setMintStatus(uint256 status)
setTokenURI(uint256 tokenId, string uri)
transferFrom(address from, address to, uint256 tokenId)
unpause()
updateWhitelistNFTContract(address contractAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)