Slingshot
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Slingshot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Slingshot"
ABI
ABI objects
Getter at block 21382579
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ETH_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
SLINGSHOT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WETH() view returns (address)
0x0000000000000000000000000000000000000000
isInitialized() view returns (bool)
false
moduleRegistry() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
appendString(string str1, string str2) pure returns (string result)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
prependNumber(uint256 i, string str) pure returns (string result)
State-modifying
Events executeTrades(address fromToken, address toToken, uint256 fromAmount, struct SlingshotTradeFormat[] trades, uint256 finalAmountMin, address recipient) payable
grantRole(bytes32 role, address account)
postUpgrade(address _admin)
renounceRole(bytes32 role, address account)
rescueTokens(address token, address to, uint256 amount)
revokeRole(bytes32 role, address account)
setModuleRegistry(address _moduleRegistry)
NewModuleRegistry(address oldRegistry, address newRegistry)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Trade(address indexed user, address fromToken, address toToken, uint256 fromAmount, uint256 toAmount, address recipient)
This contract contains no constructor objects.
receive()
This contract contains no error objects.