Murakami.Goblinz.wtf
Verified contract
Active on
Ethereum with 891 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 "Murakami.Goblinz.wtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17293210 | a year ago | | | 0 | 0.0017894812 | |
| 17293205 | a year ago | | | 0 | 0.0031381393 | |
| 16458762 | 2 years ago | | | 0 | 0.00073810458 | |
| 16458762 | 2 years ago | | | 0 | 0.00073848818 | |
| 16235931 | 2 years ago | | | 0 | 0.00059872095 | |
| 16044797 | 2 years ago | | | 0 | 0.00057926739 | |
| 15967333 | 2 years ago | | | 0 | 0.00062591031 | |
| 15967280 | 2 years ago | | | 0 | 0.00060674442 | |
| 15967225 | 2 years ago | | | 0 | 0.00061715887 | |
| 15967174 | 2 years ago | | | 0 | 0.00066916276 |
ABI
ABI objects
Getter at block 21096053
MaxPerTx() view returns (uint256)
2
MaxPerWallet() view returns (uint256)
50
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmU9Rof8zjXXWRgGKp1kC2nZxf14K5swEfF1gjaganB3GP/
cost() view returns (uint256)
0
maxSupply() view returns (uint256)
5555
name() view returns (string)
Murakami.Goblinz.wtf
owner() view returns (address)
0xb994803ea1d6de233b8be35c81a3416aaf7c9163
paused() view returns (bool)
false
symbol() view returns (string)
MGW
totalSupply() view returns (uint256)
3240
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events SetMaxPerTx(uint256 _newpertx)
SetMaxPerWallet(uint256 _newperwallet)
approve(address to, uint256 tokenId)
gift(uint256 _mintAmount, address destination)
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxsupply(uint256 _newsupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()