Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SNOW NFT"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7713998 | a year ago | | | 0 | 0.000000006270644916 | |
| 7713947 | a year ago | | | 0 | 0.000000007088963280 | |
| 7713929 | a year ago | | | 0 | 0.000000007301172516 | |
| 7713385 | a year ago | | | 0 | 0.000000003630149026 | |
| 7712969 | a year ago | | | 0 | 0.000026374000 | |
| 7712955 | a year ago | | | 0 | 0.00017782500 | |
| 7712954 | a year ago | | | 0 | 0.00017782500 | |
| 7712950 | a year ago | | | 0 | 0.00017782500 | |
| 7712947 | a year ago | | | 0 | 0.00017782500 | |
| 7712945 | a year ago | | | 0 | 0.00017782500 |
ABI
ABI objects
Getter at block 22940799
baseExtension() view returns (string)
.png
baseURI() view returns (string)
https://snowbase.pro/
name() view returns (string)
SNOW NFT
paused() view returns (bool)
false
symbol() view returns (string)
SNOWNFT
totalSupply() view returns (uint256)
12
tradable() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMaximumAmountCanMint(address _user) view returns (uint256)
getWhitelisted(address _user) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
maxMintAmountPerUser(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownerOfToken(uint256) view returns (address)
owners(address) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelisted(address) view returns (bool)
State-modifying
Events addOwner(address _newOwner)
approve(address to, uint256 tokenId)
bulkMint(address[] _users)
mint()
pause(bool _state)
removeOwner(address _ownerToRemove)
removeWhitelistUser(address _user)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setTradable(bool _flag)
setWhiteList(address _user)
setWhiteListWithMaximumAmount(address _user, uint256 _maxMintAmount)
setWhiteListsWithMaximumAmount(address[] _users, uint256[] _maxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
whitelistUser(address _user)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Received(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.