Digital Dolphins

Verified contract

Active on Ethereum with 207 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "Digital Dolphins"

0xa41c7ff9fcb7b7a17976527666a3e72966abc7053451bcc78581697137474fbe
0x701e7826484abcd6973edc82994ad525af456426df4f82819e6717a0e262868d
0x38079f67551cbe890d85cedeba2c244adf4a5db20cf673cd19e4393cf588b409
0x5efcacd54d10e9d9b3d6ac4aa87ae6a1c9abc49b0c5d780b1015a65ff9dfc4e9
0xecdfee5e03e7437f2802fbe241166797b2b07c4fb565ee3f8f802564626419ee
0x518e83647db10e666110a438dd74124859c7fd1275ff1550ca7f01b335ed176c
0xc64470891ef5088e00aacb32445e2339e9e28a01d5c4e5cb9efa06eaaace15c9
0x8af82833cc2f883a6ad4be10c326b6d192e41f46bda3356a92b94cd00f946d21
0xbf7f2700ab4235c9c57b42f33523fcedcd0a2ee5db4cf9f078c19e37f0cf5e1f
0xf41040711612be4cfcd34311b258448270fe03275472cb3ce52dc9b5ce126252

Functions
Getter at block 21205132
claimMerkleRoot(view returns (bytes32)
0xd41809a4ff164b992a66c96460224410094544010cf8d0b6fc0cdf3273e5253e
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint256)
0
name(view returns (string)
Digital Dolphins
owner(view returns (address)
0x9db23fe81e4e7f8ade4deaf3d13ee83369ba13f8
price(view returns (uint256)
50000000000000000
provenance(view returns (string)
saleMerkleRoot(view returns (bytes32)
0xd41809a4ff164b992a66c96460224410094544010cf8d0b6fc0cdf3273e5253e
symbol(view returns (string)
DD
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=3050, maxPerWallet=100, maxPerTransaction=100, preSalePrice=80000000000000000, pubSalePrice=50000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=false, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
24430000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
350
unclaimedSupply(view returns (uint256)
2700
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint256 _idaddress _address
setProvenance(string hash
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(