You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might not be related, but it's very weird that the ABI internal types on that contract are enumSide instead of enum Side, or structConsiderationItem, or addresspayable.
Edit: it is related, these are the generated tokens. tuple again being parsed as the tuple type (tuple(uint, address, ...)).
interfaceSeaport_1_4 {
type addresspayableisaddress;
type enumBasicOrderTypeisuint8;
type enumItemTypeisuint8;
type enumOrderTypeisuint8;
type enumSideisuint8;
type structAdvancedOrderis tuple;
type structBasicOrderParametersis tuple;
type structOrderis tuple;
type structOrderComponentsis tuple;
type structOrderParametersis tuple;
type structReceivedItemis tuple;
// ...
}
Component
sol! macro
What version of Alloy are you on?
No response
Operating System
Linux
Describe the bug
https://etherscan.io/address/0x00000000000001ad428e4906ae43d8f9852d0dd6
The text was updated successfully, but these errors were encountered: