mimizu Untitled
Unverified contract
Proxy
Active on
Ethereum with 73 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "mimizu Untitled"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21387965 | 4 days ago | | | 0 | 0.0023695812 | |
| 20793338 | 3 months ago | | | 0 | 0.0010897959 | |
| 20681855 | 3 months ago | | | 0 | 0.00032950930 | |
| 20430875 | 5 months ago | | | 0 | 0.00022193088 | |
| 19718538 | 8 months ago | | | 0 | 0.00086357529 | |
| 19221799 | 10 months ago | | | 0 | 0.0026109390 | |
| 19127049 | a year ago | | | 0 | 0.0023186944 | |
| 19126986 | a year ago | | | 0 | 0.0023182720 | |
| 19124050 | a year ago | | | 0 | 0.0010193348 | |
| 19124050 | a year ago | | | 0 | 0.0014491840 |
ABI
ABI objects
Getter at block 21419199
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseUri() view returns (string)
ipfs://bafybeia7o5oqgyixxtqbogvzohuoairze3i5fvywyyuzc3te7c64pob6q4
_name() view returns (string)
mimizu Untitled
creator() view returns (address)
0xb9d986224fa704d3c8217a1301081a3c721b35bd
gatewayManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
mintingManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name() view returns (string)
mimizu Untitled
owner() view returns (address)
0xb9d986224fa704d3c8217a1301081a3c721b35bd
symbol() view returns (string)
totalSupply() view returns (uint256)
48
Read-only
_balances(address) view returns (uint256)
_owners(uint256) view returns (address)
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, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
batchMintWithCreator(address[] to, uint256[] tokenIds)
initDefaultOperatorFilterer()
initOperatorFilterer(address subscriptionOrRegistrantToCopy, bool subscribe)
initialize(string uri_, address minter_, address gatewayManager_, string contractName_, uint256 royaltyValue_, address owner_)
mintWithCreator(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setGatewayManager(address gatewayManager_)
setMintingManager(address minter_)
setRoyalties(address royaltyRecipient, uint256 royaltyValue)
setURI(string newuri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)