Constructor Arguments

# Constructor Arguments

Constructor arguments are appended to contract bytecode during deployment.

Encoding Format

Arguments must be ABI-encoded and submitted in hex format without 0x prefix (if required).

Example

0000000000000000000000005abfec25f74cd88437631a7731906932776356f9

Represents an address passed to constructor.

Last updated