CuddlyCubs
Verified contract
Active on
Ethereum with 1,501 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($36.74)
Native
Value
$36.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,674.17 |
$36.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20264133 | 5 months ago | | | 0 | 0.00017979995 | |
| 18726354 | a year ago | | | 0 | 0.0010862089 | |
| 18210108 | a year ago | | | 0 | 0.00032427495 | |
| 17848567 | a year ago | | | 0 | 0.00041893775 | |
| 17307820 | 2 years ago | | | 0 | 0.0018646566 | |
| 17307818 | 2 years ago | | | 0 | 0.0017299016 | |
| 17186667 | 2 years ago | | | 0 | 0.0013091830 | |
| 17068489 | 2 years ago | | | 0 | 0.0025778493 | |
| 16858911 | 2 years ago | | | 0 | 0.00050248800 | |
| 16740513 | 2 years ago | | | 0 | 0.00082510001 |
ABI
ABI objects
Getter at block 21302599
baseURI() view returns (string)
https://hawaiian-lions.herokuapp.com/cubs/metadata/
contractState() view returns (uint8)
2
cubsToFoster() view returns (uint16)
5
fangClaims() view returns (uint16)
3
fangsToClaim() view returns (uint16)
150
fangsToken() view returns (address)
0x44da528cde933688dffd4317774fd474298a356f
fostered() view returns (uint16)
18
lionsToken() view returns (address)
0xfd2043f00450ed34589dffedc85875b9ee9855d9
name() view returns (string)
CuddlyCubs
owner() view returns (address)
0x8bffc7415b1f8cea3bf9e1f36ebb2ff15d175cf5
placeholderURI() view returns (string)
ipfs://QmQB9wowtYnbvYN5pak3JwzeSaFx5vYjPkU878ERkCCtFU
signer() view returns (address)
0xbb81502dc17763b206cf7c1429177955031e5683
symbol() view returns (string)
HCUB
totalSupply() view returns (uint256)
913
Read-only
_verify(bytes data, bytes signature, address account) pure returns (bool)
balanceOf(address owner) view returns (uint256)
explicitOwnerOf(uint256 tokenId) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintDetails(address addr) view returns (uint256[4])
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address addr, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address addr) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
fosterCubs(uint16[] tokenIds, bytes signature)
mintPublic(uint16 numTokens) payable
mintReserved(uint16 numTokens, address mintTo)
mintWithFangs(uint16 numTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractState(uint8 contractState_)
setCubsToFoster(uint16 cubsToFoster_)
setFangsToClaim(uint16 fangsToClaim_)
setPlaceholderURI(string _newPlaceHolderURI)
setRoyalties(address recipient, uint256 value)
setSigner(address signer_)
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(address fangsAddress, address lionsAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnerQueryForNotExplicitlySet()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()