Doge & Emmys Magical Adventure
Verified contract
Active on
Base with 5,905 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Doge & Emmys Magical Adventure"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22719581 | 18 hours ago | | | 0 | 4.4452825e-7 | |
| 22655343 | 2 days ago | | | 0 | 6.4189966e-7 | |
| 22584132 | 4 days ago | | | 0 | 6.3952613e-7 | |
| 22469664 | 7 days ago | | | 0 | 6.4189966e-7 | |
| 22138449 | 14 days ago | | | 0 | 6.4189966e-7 | |
| 22131620 | 14 days ago | | | 0 | 6.3430727e-7 | |
| 22127786 | 14 days ago | | | 0 | 6.4189966e-7 | |
| 22084031 | 15 days ago | | | 0 | 4.1094395e-7 | |
| 22084024 | 15 days ago | | | 0 | 0.000000409556561592 | |
| 22084018 | 15 days ago | | | 0 | 4.1102637e-7 |
ABI
ABI objects
Getter at block 22751972
FUND_RECEIVER() view returns (address)
0x3d2b205f52b8b4ee2f3811f7b798a820baa53eb9
getMintCurrency() view returns (address)
0x0000000000000000000000000000000000000000
getNumberStages() view returns (uint256)
1
name() view returns (string)
Doge & Emmys Magical Adventure
owner() view returns (address)
0x09e30cf0b6b00d552c7fcfe2a1ad7484ff294d7a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
dogenemmy
totalSupply() view returns (uint256)
7174
Read-only
assertValidCosign(address minter, uint256 tokenId, uint32 qty, uint64 timestamp, bytes signature) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getActiveStageFromTimestamp(uint64 timestamp) view returns (uint256)
getCosignDigest(address minter, uint256 tokenId, uint32 qty, bool waiveMintFee, uint64 timestamp) view returns (bytes32)
getCosignNonce(address minter, uint256 tokenId) view returns (uint256)
getGlobalWalletLimit(uint256 tokenId) view returns (uint256)
getMaxMintableSupply(uint256 tokenId) view returns (uint256)
getStageInfo(uint256 stage) view returns (struct IERC1155MMintStageInfo, uint256[], uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalMintedByAddress(address account) view returns (uint256[])
totalSupply(uint256 tokenId) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events acceptOwnership()
addAuthorizedMinter(address minter)
authorizedMint(address to, uint256 tokenId, uint32 qty, uint32 limit, bytes32[] proof) payable
mint(uint256 tokenId, uint32 qty, bytes32[] proof, uint64 timestamp, bytes signature) payable
mintWithLimit(uint256 tokenId, uint32 qty, uint32 limit, bytes32[] proof, uint64 timestamp, bytes signature) payable
ownerMint(address to, uint256 tokenId, uint32 qty)
removeAuthorizedMinter(address minter)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setCosigner(address cosigner)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setGlobalWalletLimit(uint256 tokenId, uint256 globalWalletLimit)
setMaxMintableSupply(uint256 tokenId, uint256 maxMintableSupply)
setStages(struct IERC1155MMintStageInfo[] newStages)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTransferable(bool transferable)
setURI(string newURI)
transferOwnership(address newOwner)
withdraw()
withdrawERC20()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
DefaultRoyaltySet(address receiver, uint96 feeNumerator)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCosigner(address cosigner)
SetGlobalWalletLimit(uint256 indexed tokenId, uint256 globalWalletLimit)
SetMaxMintableSupply(uint256 indexed tokenId, uint256 maxMintableSupply)
SetTransferable(bool transferable)
TokenRoyaltySet(uint256 indexed tokenId, address receiver, uint96 feeNumerator)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
UpdateStage(uint256 indexed stage, uint80[] price, uint80[] mintFee, uint32[] walletLimit, bytes32[] merkleRoot, uint24[] maxStageSupply, uint64 startTimeUnixSeconds, uint64 endTimeUnixSeconds)
Withdraw(uint256 value)
WithdrawERC20(address indexed mintCurrency, uint256 value)
constructor(string collectionName, string collectionSymbol, string uri, uint256[] maxMintableSupply, uint256[] globalWalletLimit, address cosigner, uint64 timestampExpirySeconds, address mintCurrency, address fundReceiver, address royaltyReceiver, uint96 royaltyFeeNumerator)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotIncreaseMaxMintableSupply()
CosignerNotSet()
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
FailedInnerCall()
GlobalWalletLimitOverflow()
InsufficientStageTimeGap()
InvalidCosignSignature()
InvalidLimitArgsLength()
InvalidProof()
InvalidStage()
InvalidStageArgsLength()
InvalidStartAndEndTimestamp()
InvalidTokenId()
NewSupplyLessThanTotalSupply()
NoSupplyLeft()
NotAuthorized()
NotEnoughValue()
NotSupported()
NotTransferable()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
StageSupplyExceeded()
TimestampExpired()
TransferFailed()
WalletGlobalLimitExceeded()
WalletStageLimitExceeded()
WithdrawFailed()
WrongMintCurrency()