MisphitsStore
Verified contract
Active on
Ethereum with 1,161 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4f5b…7302
Balances ($0.00)
No balances found for "MisphitsStore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15846674 | 2 years ago | | | 0 | 0.00033003515 | |
| 15798377 | 2 years ago | | | 0.098 | 0.0033105249 | |
| 15798164 | 2 years ago | | | 0.098 | 0.0047779194 | |
| 15798061 | 2 years ago | | | 0.049 | 0.0083496090 | |
| 15798052 | 2 years ago | | | 0.049 | 0.0091806670 | |
| 15798051 | 2 years ago | | | 0.098 | 0.0091598258 | |
| 15798049 | 2 years ago | | | 0.098 | 0.0082738759 | |
| 15798049 | 2 years ago | | | 0.098 | 0.0082716032 | |
| 15798049 | 2 years ago | | | 0.098 | 0.0082719820 | |
| 15798049 | 2 years ago | | | 0.098 | 0.0082738759 |
ABI
ABI objects
Getter at block 21213824
BUYER_ROLE() view returns (bytes32)
0xf8cd32ed93fc2f9fc78152a14807c9609af3d99c5fe4dc6b106a801aaddfe90e
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_misphits() view returns (address)
0x4f5bc5fafc6340dcb970d9f2ccd7630105597302
_signer() view returns (address)
0x000001f8c875855924396aa82f1d0493e8870112
owner() view returns (address)
0xb57ec8045795357d32c6b435c5d526c807a0ac33
paused() view returns (bool)
false
Read-only
_minted(address) view returns (bool)
_walletMintedOn(uint8, address) view returns (bool)
_whitelistIds(uint8) view returns (uint8 maxMint, uint16 maxSupply, uint16 minted, uint32 endsAt, uint256 price)
getRoleAdmin(bytes32 role) view returns (bytes32)
getWhitelist(uint8 id) view returns (uint8, uint16, uint16, uint32, uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
walletMinted(uint8 whitelist, address wallet) view returns (bool)
State-modifying
Events createWhitelist(uint8 id, uint8 maxMint, uint16 maxSupply, uint32 endsAt, uint256 price)
grantRole(bytes32 role, address account)
mint(bytes signature, bytes4 data) payable
mintTo(address to, bytes4 data)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMisphits(address misphits_)
setSigner(address signer_)
transferOwnership(address newOwner)
unPause()
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.