MoonRatzWTF
Verified contract
Active on
Ethereum with 5,649 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 "MoonRatzWTF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194682 | 11 days ago | | | 0 | 0.00098690524 | |
| 21151124 | 17 days ago | | | 0 | 0.00045552139 | |
| 20870347 | 2 months ago | | | 0 | 0.00066866921 | |
| 20866993 | 2 months ago | | | 0 | 0.00033980901 | |
| 20771634 | 2 months ago | | | 0 | 0.0013277775 | |
| 20652024 | 3 months ago | | | 0 | 0.000027663671 | |
| 20206268 | 5 months ago | | | 0 | 0.000061526652 | |
| 19881099 | 6 months ago | | | 0 | 0.00013103776 | |
| 19832700 | 7 months ago | | | 0 | 0.00011142460 | |
| 19644454 | 7 months ago | | | 0 | 0.00053843762 |
ABI
ABI objects
Getter at block 21270177
baseURI() view returns (string)
ipfs://Qmf576ygFGxYoy5aSzqezJH2aUf9vq4KhbzQMoabb7c8qs/
initialURI() view returns (string)
ipfs://QmTgp6VKabAYwiJN4sgyfoBVpkLoTSEybN6JEK9XKk1b72
isRevealed() view returns (bool)
true
name() view returns (string)
MoonRatzWTF
owner() view returns (address)
0xc3d06038410c69a43ffc8fadbf97fa0e7c0cff8a
symbol() view returns (string)
MR
totalSupply() view returns (uint256)
5001
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAdmin(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address recipient, uint256 quantity)
renounceOwnership()
reveal(string baseURI_, bool _isRevealed)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address user, bool isEnabled)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setInitialURI(string _initialURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminSet(address indexed user, bool isEnabled)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(address indexed admin, string newBaseURI)
InitialURIUpdated(address indexed admin, string newURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevealUpdated(address indexed admin, string baseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initialURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()