SushiMaker
Verified contract
Active on
Ethereum with 2,506 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($55,730.39)
Native
Value
$139.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04389 | $3,187.08 |
$139.88 | |
WETH | ERC-20 | 15.472003 | $3,183.86 |
$49,260.69 | |
USDT | ERC-20 | 2.56935K | $1.001 |
$2,571.92 | |
USDC | ERC-20 | 1.756321K | $0.999455 |
$1,755.36 | |
WBTC | ERC-20 | 0.013154 | $81,441.00 |
$1,071.29 | |
NRCH | ERC-20 | 691.393203 | $0.514833 |
$355.95 | |
SUSHI | ERC-20 | 191.121115 | $0.814292 |
$155.63 | |
MEDIA | ERC-20 | 8.220482 | $13.73 |
$112.87 | |
DAI | ERC-20 | 102.679797 | $0.99999 |
$102.68 | |
YFX | ERC-20 | 3.531145K | $0.024158 |
$85.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136966 | 3 days ago | | | 0 | 0.035200071 | |
| 21136800 | 4 days ago | | | 0 | 0.031693576 | |
| 21012215 | 21 days ago | | | 0 | 0.0020600023 | |
| 21012195 | 21 days ago | | | 0 | 0.0069494141 | |
| 21012176 | 21 days ago | | | 0 | 0.014856775 | |
| 21012160 | 21 days ago | | | 0 | 0.011938809 | |
| 20932523 | a month ago | | | 0 | 0.00078136528 | |
| 20932472 | a month ago | | | 0 | 0.00092459313 | |
| 20932421 | a month ago | | | 0 | 0.00092142309 | |
| 20932371 | a month ago | | | 0 | 0.00076258264 |
ABI
ABI objects
Getter at block 21161990
factory() view returns (address)
0xc0aee478e3658e2610c5f7a4a2e1777ce9e4f2ac
owner() view returns (address)
0x19b3eb3af5d93b77a5619b047de0eed7115a19e7
sushi() view returns (address)
0x6b3595068778dd592e39a122f4f5a5cf09c90fe2
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
xSushi() view returns (address)
0x8798249c2e607446efb7ad49ec89dd1865ff4272
Read-only
bridges(address) view returns (address)
trusted(address) view returns (bool)
State-modifying
Events burnPairs(address[] lpTokens, uint256[] amounts, uint256[] minimumOut0, uint256[] minimumOut1)
buySushi(uint256 amountIn, uint256 minOutAmount) returns (uint256 amountOut)
buyWeth(address[] tokens, uint256[] amountsIn, uint256[] minimumOuts)
doAction(address to, uint256 _value, bytes data)
setBridge(address token, address bridge)
setOwner(address newOwner)
setTrusted(address user, bool isTrusted)
sweep(uint256 amount)
unwindPairs(address[] tokensA, address[] tokensB, uint256[] amounts, uint256[] minimumOuts)
withdraw(address token, address to, uint256 _value)
wrapEth()
Serve(uint256 amount)
SetBridge(address indexed token, address bridge)
SetOwner(address indexed owner)
SetTrusted(address indexed user, bool isTrusted)
constructor(address owner, address user, address factory, address weth, address _sushi, address _xSushi)
receive()
OnlyOwner()
OnlyTrusted()
SlippageProtection()
TransferFailed()