MetashimaV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xe8bf96cf at 14963514
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 41 additional slots
1 additional variable

No balances found for "MetashimaV2"

No transactions found for "MetashimaV2"


Functions
Getter at block 21215014
MAX_SUPPLY(view returns (uint64)
0
MAX_TOKENS_PER_WALLET(view returns (uint64)
0
PHASE_ONE_SUPPLY(view returns (uint64)
0
PHASE_TWO_SUPPLY(view returns (uint64)
0
TOKEN_PRICE(view returns (uint64)
0
TOKEN_PRICE_PRESALE(view returns (uint64)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
presaleCloses(view returns (uint64)
0
presaleOpens(view returns (uint64)
0
saleCloses(view returns (uint64)
0
saleOpens(view returns (uint64)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintsForWallet(address _walletview returns (uint64)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addDev(address _newDev
airdrop(uint64 _numberOfTokensaddress _userAddress
approve(address touint256 tokenId
initialize(
mint(uint64 _numberOfTokenspayable 
mintPresaleMerkle(uint64 _numberOfTokensbytes32[] _merkleProofpayable 
prepareMintClose(
removeDev(address _removeDev
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMaxPerWallet(uint64 _quantity
setMerkleRoot(bytes32 _merkleRoot
setPresaleTimes(uint64 _openTimeuint64 _closeTime
setSaleTimes(uint64 _openTimeuint64 _closeTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawBalance(address _wallet
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(