murloctown

Verified contract

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

No balances found for "murloctown"

0x07d6951a197849e68691187241f047cd38941c0a15e5fd638a9cfbeb86b7d6e8
0x51ed07eec0e38677c4cb8bdc2e1a26bc47111c161e61f60fe990870312a268ff
0x742b081aa64239563d531eb7da2f1b7cbf40da6105bc0ee4f49e175e06359649
0x0791f27453dcb5701070532db10ed7b6c156cf818211430321692afdc1a731fe
0x5c4f9ca7a82b7a158a40d88ef1e561fed1d80d2981d577a3641d6d3a27a1ae78
0xc92ddd04cfa9d41f4deab3886b3a5620d0dbb2ab8b2f7cb63a7a0c45e804c654
0x552512a1b50b488d5f96a3e5c619484f6aa9a60a3d98a156452886b09127d861
0x5315f8cac012e388f1e379e7f1dff7a5a349391c86d4cd97d26735d19267a211
0xce9c4a47fccedcc5f8467cdd7110c2b43f294e61082214b697aa9761df820dae
0x667a1f065b32f2ae0d70b3c17f11638b25dee327a58f15645ea62b28b7cc406c

Functions
Getter at block 20839519
_maxSupply(view returns (uint32)
10000
_metadataURI(view returns (string)
https://murloctown-assets.s3.us-east-1.amazonaws.com/json/
_mintPrice(view returns (uint256)
6900000000000000
_started(view returns (bool)
true
_txLimit(view returns (uint32)
10
_walletLimit(view returns (uint32)
10
name(view returns (string)
murloctown
owner(view returns (address)
0x3faaa8775dd5e39f6bdbc071e7ed1c1be3c46407
symbol(view returns (string)
MLT
totalSupply(view returns (uint256)
10000
Read-only
_state(address minterview returns (struct MurloctownState)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
godMint(address touint32 amount
mint(uint32 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setFeeNumerator(uint96 feeNumerator
setMetadataURI(string uri
setStarted(bool started
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 mintPriceuint32 maxSupplyuint32 txLimituint32 walletLimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ErrorExceedMaxSupply(
ErrorExceedTransactionLimit(
ErrorExceedWalletLimit(
ErrorInsufficientFund(
ErrorSaleNotStarted(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(