MetadataFreeze
Verified contract
Active on
Ethereum with 189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6609…97ab
Balances ($0.00)
No balances found for "MetadataFreeze"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17647567 | a year ago | | | 0 | 0.00084947608 | |
| 17647348 | a year ago | | | 0 | 0.00088455370 | |
| 17647343 | a year ago | | | 0 | 0.0019326853 | |
| 17647192 | a year ago | | | 0 | 0.0011749415 | |
| 17647027 | a year ago | | | 0 | 0.00089825957 | |
| 17646757 | a year ago | | | 0 | 0.00083199917 | |
| 17646646 | a year ago | | | 0 | 0.00087132474 | |
| 17646085 | a year ago | | | 0 | 0.0015035369 | |
| 17645856 | a year ago | | | 0 | 0.0011959713 | |
| 17645769 | a year ago | | | 0 | 0.0011068661 |
ABI
ABI objects
Getter at block 21218542
freezeEnabled() view returns (bool)
true
owner() view returns (address)
0x399d11c80f52dda63a9e65ee632fa3da9e8d4a24
subjectToChange() view returns (address)
0x6609e542e0626bc3fc2110f0ead172030fbe97ab
Read-only
getTokenFreezeData(uint256[] tokenIds) view returns (struct TokenFreeze[])
isTokenFrozen(uint256 tokenId) view returns (bool)
tokenFreezeData(uint256) view returns (uint64 frozenAt, address frozenBy)
State-modifying
Events freeze(uint256 tokenId)
freeze(uint256[] tokenIds)
renounceOwnership()
toggleFreeze()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenFrozen(uint256 indexed tokenId, address indexed frozenBy)
constructor(address thisArtwork)
This contract contains no fallback and receive objects.
FreezeNotEnabled()
NotOwnerOfToken()
TokenAlreadyFrozen()