Snow Bears
Verified contract
Active on
Ethereum with 6,209 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Snow Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069566 | a month ago | | | 0 | 0.00041679797 | |
| 20422627 | 4 months ago | | | 0 | 0.000091023540 | |
| 20155019 | 5 months ago | | | 0 | 0.00017772552 | |
| 19839926 | 7 months ago | | | 0 | 0.00045499704 | |
| 19740661 | 7 months ago | | | 0 | 0.00019506336 | |
| 19676733 | 7 months ago | | | 0 | 0.0013044263 | |
| 19189863 | 10 months ago | | | 0 | 0.0011662204 | |
| 19189856 | 10 months ago | | | 0 | 0.0011582844 | |
| 19189846 | 10 months ago | | | 0 | 0.0012133092 | |
| 19189251 | 10 months ago | | | 0 | 0.0012048334 |
ABI
ABI objects
Getter at block 21301927
cost() view returns (uint256)
6300000000000000
hiddenURL() view returns (string)
maxFreeMintAmountPerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint8)
20
maxSupply() view returns (uint16)
6543
name() view returns (string)
Snow Bears
owner() view returns (address)
0x2331334acf732653d4a9c218d8acb0881b5eef1e
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
SNOWBEAR
totalSupply() view returns (uint256)
5922
Read-only
NFTPerPublicAddress(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _cost, uint16 _supply, uint8 _maxPerTx, uint8 _freeMintPerWallet, string _uriPrefix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()