dugy

Unverified contract

Proxy

Active on Base with 83 txns
Deployed by via 0xf2ab2da2 at 20178987
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "dugy"

0xbc574959848b2a77f78d05bfd8a0c373d4a896b81c80d1cc3c4ec307d29e38c8
0x8fed7ef64997eaec7dee741826620ee0e060d80ec9de7d0c64dc29d9b754fae6
0xd6fbb64cfb6031e481a2e237eb740b202c08f98eeb5fee714373d98cac7145db
0x6f4c7e926516a53fd35ba8603a0136988ea4311a6c742281eadc9a916643697a
0xa6fe788809fbfaf260c118eee24f1a07fd6703777df663da69b46c7d26b99b92
0x69b14e6085278c8b2358688ed4c0b1589286e9a422ff5b09cc61bacba7b27635
0x380197daed4e14c370a0dffef4af3cb841ed950f1cba3b9379bce0a311b712c7
0xae83b2df2a8d3555ffc5b8bd66e9b7227fb01bcb96d4e3a257678130d635a62d
0x29f3f2598a52df042607b0ad35e531b2f8258d21fd5d72319964539bfb01e6d3
0x23841704212586fdb38e38cf5e193aed771ece147f3e84af41fe8dae0bcbefab

Functions
Getter at block 22138258
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
79
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
dugy
owner(view returns (address)
0xa504b120a89296ba1bc32db1dc963acab7d52086
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
D
totalSupply(view returns (uint256)
78
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId