forked from omni-network/omni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslashing_more.go
14 lines (10 loc) · 939 Bytes
/
slashing_more.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package bindings
import (
_ "embed"
)
const (
SlashingDeployedBytecode = "0x6080604052600436106100295760003560e01c8063bef7a2f01461002e578063f679d3051461005c575b600080fd5b34801561003a57600080fd5b5061004a67016345785d8a000081565b60405190815260200160405180910390f35b610064610066565b005b61006e61009b565b60405133907fc3ef55ddda4bc9300706e15ab3aed03c762d8afd43a7d358a7b9503cb39f281b90600090a2565b67016345785d8a00003410156100f75760405162461bcd60e51b815260206004820152601a60248201527f536c617368696e673a20696e73756666696369656e7420666565000000000000604482015260640160405180910390fd5b60405161dead903480156108fc02916000818181858888f19350505050158015610125573d6000803e3d6000fd5b5056fea26469706673582212208eb43e7331ab8c5760d0fd8f974b525a4b278f17e70419cb5695144ce1f0676e64736f6c63430008180033"
)
//go:embed slashing_storage_layout.json
var slashingStorageLayoutJSON []byte
var SlashingStorageLayout = mustGetStorageLayout(slashingStorageLayoutJSON)