CompanionWolfClub
Verified contract
Active on
Ethereum with 1,248 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xab83…0e6e
Balances ($182.22)
Native
Value
$182.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,644.46 |
$182.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248548 | 9 days ago | | | 0 | 0.00024419123 | |
| 20945219 | 2 months ago | | | 0 | 0.00086907941 | |
| 20449828 | 4 months ago | | | 0 | 0.00015479030 | |
| 20449824 | 4 months ago | | | 0 | 0.00016895575 | |
| 20449820 | 4 months ago | | | 0 | 0.00017350513 | |
| 20449817 | 4 months ago | | | 0 | 0.00023011120 | |
| 20384880 | 4 months ago | | | 0 | 0.00038854198 | |
| 20384853 | 4 months ago | | | 0 | 0.00042570853 | |
| 20290681 | 5 months ago | | | 0 | 0.00022434627 | |
| 19864945 | 7 months ago | | | 0 | 0.00017946786 |
ABI
ABI objects
Getter at block 21315559
baseURI() view returns (string)
ipfs://QmbWZ6pYvEA5pvuz8yX8sbSWnwjAckiuAkH6eoveyTt6vm/
cryptoWolvesClub() view returns (address)
0xab83789d3f152118ebb5aa63190174ae0a6e0e6e
devWallet() view returns (address)
0xf5091b9231d3b605f637e3ddcfb92fcc71df0982
founderWallet() view returns (address)
0x445bbe77b3c1bed42711f716c7c5df4771956376
isPaused() view returns (bool)
false
marketingWallet() view returns (address)
0xc5621863419417493686d02006c118acaaa29bcb
maxToMint() view returns (uint256)
10000
name() view returns (string)
CompanionWolfClub
owner() view returns (address)
0xc5621863419417493686d02006c118acaaa29bcb
symbol() view returns (string)
CoWC
tokenPrice() view returns (uint256)
50000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isCryptoWolvesClubUsed(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
mintOwner(uint256 _amount)
mintWithWolf(uint256[] _ids)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setCryptoWolvesClub(address _cryptoWolvesClub)
setDevWallet(address _devWallet)
setFounderWallet(address _founderWallet)
setMarketingWallet(address _marketingWallet)
setPause(bool _isPaused)
setTokenPrice(uint256 _tokenPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 _ethAmount, bool _withdrawAll) returns (bool)
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.