DelayedMinter
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($334.99)
Native
Value
$127.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.032871 | $3,889.17 |
$127.84 | |
aSNX | ERC-20 | 55.658896 | $2.93 |
$163.08 | |
KNC | ERC-20 | 54.800999 | $0.670361 |
$36.74 | |
FARM | ERC-20 | 0.118401 | $59.25 |
$7.02 | |
MTA | ERC-20 | 10.313527 | $0.030552 |
$0.32 | |
AAVE | ERC-20 | 0 | $377.63 |
$0 | |
yvUNI | ERC-20 | 0 | $17.20 |
$0 | |
0x9f8f…79a2 | ERC-20 | 0 | $1,956.02 |
$0 | |
WETH | ERC-20 | 0 | $3,888.08 |
$0 | |
yvBOOST | ERC-20 | 0 | $1.40 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19914016 | 7 months ago | | | 0 | 0.00090256195 | |
| 19913159 | 7 months ago | | | 0 | 0.0011218455 | |
| 19913123 | 7 months ago | | | 0.01 | 0.00092190395 | |
| 18598342 | a year ago | | | 0 | 0.030535550 | |
| 18598252 | a year ago | | | 0 | 0.00072171467 | |
| 18598239 | a year ago | | | 1 | 0.0013874958 | |
| 12830284 | 3 years ago | | | 0 | 0.00042869703 | |
| 12752713 | 3 years ago | | | 0.001 | 0.00065745000 | |
| 12691629 | 3 years ago | | | 0 | 0.00031686300 | |
| 12691450 | 3 years ago | | | 1 | 0.0010519200 |
ABI
ABI objects
Getter at block 21405081
governance() view returns (address)
0xf337a885a7543cab542b2d3f5a8c1945036e0c42
maxMintDelaySeconds() view returns (uint256)
2400
mintDelaySeconds() view returns (uint256)
1200
Read-only
_canMint(uint256 _depositTime) view returns (bool)
_isATokenV1(address _atoken) pure returns (bool)
_isCToken(address _ctoken) pure returns (bool)
deposits(address) view returns (uint256)
isBlacklisted(address) view returns (bool)
timestampWhenDeposited(address) view returns (uint256)
State-modifying
Events deposit() payable
enterMarkets(address[] _markets)
mintWithETH(address[] routers, address[] derivatives, address[] underlyings, uint256[] underlyingsInEthPerBasket, uint256 ethPerBasket, uint256 minMintAmount, uint256 deadline) returns (uint256)
recoverERC20(address _token)
recoverERC20s(address[] _tokens)
setBlacklist(address _user, bool _b)
setGov(address _governance)
setMaxMintDelaySeconds(uint256 _seconds)
setMintDelaySeconds(uint256 _seconds)
withdraw(uint256 _amount)
This contract contains no event objects.
constructor(address _governance)
receive()
This contract contains no error objects.