Snuggle Buddies
Verified contract
Active on
Ethereum with 986 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 "Snuggle Buddies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21317999 | 2 days ago | | | 0 | 0.0013742987 | |
| 21317943 | 2 days ago | | | 0 | 0.0013230526 | |
| 21259991 | 10 days ago | | | 0 | 0.00040547689 | |
| 20358742 | 4 months ago | | | 0 | 0.00020316374 | |
| 20358735 | 4 months ago | | | 0 | 0.00020780439 | |
| 20222192 | 5 months ago | | | 0 | 0.00010722069 | |
| 20170245 | 5 months ago | | | 0 | 0.00034523727 | |
| 20134456 | 5 months ago | | | 0 | 0.00043510148 | |
| 20092724 | 6 months ago | | | 0 | 0.00046269995 | |
| 19940134 | 6 months ago | | | 0 | 0.00028747011 |
ABI
ABI objects
Getter at block 21330206
MAX_TOKENS() view returns (uint256)
500
MAX_TOKEN_PER_TXN() view returns (uint256)
6
baseURI() view returns (string)
https://blam.io/api/snuggle-buddies/lm/
name() view returns (string)
Snuggle Buddies
owner() view returns (address)
0xe42dad1e631bd718847aca50b9b2de059eaf57b3
preSaleIsActive() view returns (bool)
false
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
saleIsActive() view returns (bool)
false
symbol() view returns (string)
SNUGBUDS
tokenPrice() view returns (uint256)
80000000000000000
tokenReserve() view returns (uint256)
0
totalSupply() view returns (uint256)
500
whitelistMerkleRoot() view returns (bytes32)
0xebaa49717f7bbdbc4da61da0fe8e1cdbbda6cba68d82e8e53fcd68544eb33618
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
mintToken(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setProxyRegistryAddress(address _proxyRegistryAddress)
setRoot(bytes32 root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenPrice(uint256 newPrice)
whitelistMint(uint256 numberOfTokens, uint256 allowed, bytes32[] proof) payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.