CyDog86
Verified contract
Active on
Ethereum with 3,575 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "CyDog86"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21362306 | 4 days ago | | | 0 | 0.00045683749 | |
| 21358989 | 4 days ago | | | 0 | 0.00076199929 | |
| 21334555 | 8 days ago | | | 0 | 0.00083645807 | |
| 21257822 | 18 days ago | | | 0 | 0.00057869987 | |
| 21247324 | 20 days ago | | | 0 | 0.00027354075 | |
| 21237952 | 21 days ago | | | 0 | 0.0012198824 | |
| 21214200 | 24 days ago | | | 0 | 0.00047721264 | |
| 21213206 | 25 days ago | | | 0 | 0.00045416641 | |
| 21159958 | a month ago | | | 0 | 0.0010521677 | |
| 21113354 | a month ago | | | 0 | 0.00021765462 |
ABI
ABI objects
Getter at block 21388995
MAXIMUM_MINT_RAFFLE() view returns (uint256)
20
MAXIMUM_MINT_WL() view returns (uint256)
5
MAXIMUM_SUPPLY() view returns (uint256)
4300
baseURI() view returns (string)
ipfs://QmXmAhz6HFCbva9NdHTJVidYGkHrBi4nycwxsQwHSRTY1g/
getPrice() view returns (uint256)
300000000000000000
getSaleStatus() view returns (uint8)
0
giftCount() view returns (uint256)
0
isFreeMint() view returns (bool)
false
isRevealed() view returns (bool)
true
merkleRoot() view returns (bytes32)
0xfd03dfb9dea6c729496e40cc4d6d1d0b48289d9b345238066c01ca10429d9579
merkleRoot_Freemint() view returns (bytes32)
0xbf2caf845b002851aaa5eaafd482a1c42cf2855f79e95b03c6d6b03388c8b9bc
name() view returns (string)
CyDog86
notRevealedUri() view returns (string)
ipfs://QmPB1EiDR3mUsDBVTSono2xfhcUcC21jY5QL5gPkzRxKKV
owner() view returns (address)
0x3e3ebb5af8543e137ae2a30f469ed27b27994989
privateSalePrice() view returns (uint256)
300000000000000000
symbol() view returns (string)
CD86
totalSupply() view returns (uint256)
3170
workflow() view returns (uint8)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasWhitelist(bytes32[] _merkleProof) view returns (bool)
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)
tokensPerWalletFreemint(address) view returns (uint256)
tokensPerWalletRaffle(address) view returns (uint256)
tokensPerWalletWhitelist(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 amount, uint256 maxAmount, bytes32[] _merkleProof)
gift(uint256 _mintAmount)
presaleMint(uint256 ammount, bytes32[] _merkleProof) payable
raffleMint(uint256 ammount) payable
renounceOwnership()
restart()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeRoot(bytes32 root)
setMerkleRoot(bytes32 root)
setNotRevealedURI(string _notRevealedURI)
setUpPresale()
setUpSale()
toggleFreeMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRafflePrice(uint256 _newPrice)
updateSupply(uint256 _newSupply)
updateWLPrice(uint256 _newPrice)
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)
WorkflowStatusChange(uint8 previousStatus, uint8 newStatus)
constructor(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.