Divine Wolves
Verified contract
Active on
Ethereum with 11,011 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Divine Wolves"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256564 | 8 days ago | | | 0 | 0.00053402281 | |
| 21050602 | a month ago | | | 0 | 0.00021669492 | |
| 21012205 | a month ago | | | 0 | 0.00028814052 | |
| 20951453 | 2 months ago | | | 0 | 0.00055980571 | |
| 20916196 | 2 months ago | | | 0 | 0.00056013859 | |
| 20906911 | 2 months ago | | | 0 | 0.00025471360 | |
| 20738267 | 3 months ago | | | 0 | 0.000058298400 | |
| 20558926 | 3 months ago | | | 0 | 0.000089424410 | |
| 20394791 | 4 months ago | | | 0 | 0.000033807268 | |
| 20394791 | 4 months ago | | | 0 | 0.000031235493 |
ABI
ABI objects
Getter at block 21316586
baseURI() view returns (string)
https://us-central1-divine-wolves.cloudfunctions.net/app/token/
cost() view returns (uint256)
70000000000000000
getTotalMints() view returns (uint256)
3800
maxMintAmountPerTransaction() view returns (uint16)
1
maxMintAmountPerWallet() view returns (uint16)
1
maxSupply() view returns (uint256)
3800
name() view returns (string)
Divine Wolves
notRevealedUri() view returns (string)
https://us-central1-divine-wolves.cloudfunctions.net/app/notrevealed/
owner() view returns (address)
0x0dcccdccbe124c68e6fea3212817715f0505f5e8
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
TWV
totalAirdrops() view returns (uint256)
0
totalSupply() view returns (uint256)
3800
whiteListingSale() view returns (bool)
false
whitelistCost() view returns (uint256)
70000000000000000
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)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address[] _airdropAddresses)
approve(address to, uint256 tokenId)
gift(address _to, uint256 _mintAmount)
mint(uint256 _mintAmount) payable
mintExternal(address _address, uint256 _tokenId)
mintWhitelist(bytes32[] proof) payable
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)
setBreedingContractAddress(address _bAddress)
setCost(uint256 _newCost)
setMaxMintAmountPerWallet(uint16 _amount)
setMaxSupply(uint256 _supply)
setNotRevealedURI(string _notRevealedURI)
setWhitelistingCost(uint256 _newCost)
setWhitelistingRoot(bytes32 _root)
setmaxMintAmountPerTransaction(uint16 _amount)
togglePause()
toggleReveal()
toggleWhiteSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _baseUrl, string _notRevealedUrl)
This contract contains no fallback and receive objects.
This contract contains no error objects.