PreCrimeView

Verified contract

Active on Ethereum with 2 txns
Deployed by via 0x4547cfca at 17674248
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PreCrimeView"

0x93eeaee1b04d819e596febba48656ca81ba5b19ac9508c8dce53afc1bb5e283d
0x773c0e212d5eb482c12ea3397a17bc15285133d2c7fb8ea4762797014fb4647b

Functions
Getter at block 21205018
CODE_MISS_SIMULATE_RESULT(view returns (uint16)
4
CODE_PACKETS_OVERSIZE(view returns (uint16)
2
CODE_PACKETS_UNSORTED(view returns (uint16)
3
CODE_PRECRIME_FAILURE(view returns (uint16)
1
CODE_SUCCESS(view returns (uint16)
0
CONFIG_VERSION(view returns (uint16)
1
PRECRIME_VERSION(view returns (uint16)
10001
localChainId(view returns (uint16)
101
maxBatchSize(view returns (uint64)
100
oftView(view returns (address)
0xfbc1485d545e5f4217d29cb20704b18457a0c541
owner(view returns (address)
0x5f0dee98360d8200b20812e174d139a1a633edd2
version(pure returns (uint16)
10001
Read-only
getConfig(struct IPreCrimeViewPacket[] _packetsview returns (bytes)
precrime(struct IPreCrimeViewPacket[] _packetsbytes[] _simulationview returns (uint16 codebytes reason)
remoteChainIds(uint256view returns (uint16)
remotePrecrimeAddresses(uint256view returns (bytes32)
simulate(struct IPreCrimeViewPacket[] _packetsview returns (uint16 codebytes data)
State-modifying
setMaxBatchSize(uint64 _maxSize
setRemotePrecrimeAddresses(uint16[] _remoteChainIdsbytes32[] _remotePrecrimeAddresses
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed useraddress indexed newOwner
Constructor
constructor(address _owneruint16 _localChainIdaddress _oftViewuint64 _maxSize
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ErrInvalidSize(