murloctown
Verified contract
Active on
Ethereum with 11,407 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 "murloctown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20983166 | a month ago | | | 0 | 0.00020734886 | |
| 20657528 | 3 months ago | | | 0 | 0.000042255679 | |
| 20518802 | 3 months ago | | | 0 | 0.00010160897 | |
| 20342702 | 4 months ago | | | 0 | 0.00020329466 | |
| 20260054 | 5 months ago | | | 0 | 0.00010679626 | |
| 20135378 | 5 months ago | | | 0 | 0.00027992738 | |
| 20016420 | 6 months ago | | | 0 | 0.00026727978 | |
| 19949253 | 6 months ago | | | 0 | 0.00020474475 | |
| 19949251 | 6 months ago | | | 0 | 0.00030792387 | |
| 19924969 | 6 months ago | | | 0 | 0.00018415663 |
ABI
ABI objects
Getter at block 21277991
_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 minter) view returns (struct MurloctownState)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
godMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setStarted(bool started)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 mintPrice, uint32 maxSupply, uint32 txLimit, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ErrorExceedMaxSupply()
ErrorExceedTransactionLimit()
ErrorExceedWalletLimit()
ErrorInsufficientFund()
ErrorSaleNotStarted()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()