Metaka Wars

Verified contract

Active on Ethereum with 6,679 txns
Deployed by via 0x272102d7 at 16281655
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Metaka Wars"

0xe2f94b00180375eff6d6eca001b231b33a0e3d4aa6c35f13605a6d090dbd4d98
0x3452fc0b90194b90b3762e153bc39698a72d5d54d8ac9ed221278fdec7f9d1ca
0x3fdeac818264bf5a6c74076b35a7677d1235d5c7afeedb5bbaae77ab60db0899
0xe412610389a636548959ee96ed3d8d1b6ad56c986f018977ba52f32179af2e75
0x2272ae060925ba39ca09d522474c1da1d75a7601d03bf57848a49bda7be9b305
From
0x8581392b1f2e8ee4e22fdd8561202cb6e559c93e3155f7d2eb75eb7f83053806
0x88b2aaf2b18c551b8c2c843e02cd2f1d43b21705d13a539bd29e0aa466a90de6
0xb34eaab4686e8afb74d4f667d24def8867b33d5f313c175f869db60138358ab9
0x3d856bc388d3bb58a41f154c146c09841fe0d803885aee1a8d303684413eaf66
0x23ad15b74c663c2b1fdcaad6ab1f31eeba9a1ea719435bdf2314910078d530a9

Functions
Getter at block 21304626
MAX_SUPPLY(view returns (uint256)
3333
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmeaJerwKd8GA1pKgKQKEXG7et82bVVtWPZbfMp41rabNA/
merkleRoot(view returns (bytes32)
0xa4e0308fbafceaf8f2c48ce25547453b0856da1283773a9629c58a6805d7a738
mintPrice(view returns (uint256)
60000000000000000
name(view returns (string)
Metaka Wars
notRevealedURI(view returns (string)
ipfs://QmVck5kbCL3Pwh2oZXconJNjg2tbd6VryygabaKpzDUSUG/
onlyWhiteList(view returns (bool)
false
owner(view returns (address)
0x164d755f612914641f8322cfe9d09f6389f0795d
paused(view returns (bool)
false
perAddressLimit(view returns (uint256)
1
pubPrice(view returns (uint256)
80000000000000000
revealed(view returns (bool)
true
symbol(view returns (string)
METAKA
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
ownerMint(uint256 quantitypayable 
pause(bool _state
publicMint(uint256 quantitypayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _root
setMintPrice(uint256 _newMintPrice
setNotRevealedURI(string _notRevealedURI
setOnlyWhite(bool _onlyWhite
setPerAddressLimit(uint256 _limit
setPubPrice(uint256 _newPubPrice
setWithdrawAddress(address _withdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whiteListMint(bytes32[] _merkleProofuint256 quantitypayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string newBaseURI
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Minted(address minteruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Withdraw(address indexed accountuint256 amount
Constructor
constructor(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(