MintAndBondZap
Verified contract
Active on
Ethereum with 28 txns
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 "MintAndBondZap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14709189 | 3 years ago | | | 0 | 0.0033401976 | |
| 14627986 | 3 years ago | | | 0 | 0.019887925 | |
| 14627937 | 3 years ago | | | 0 | 0.024521232 | |
| 14627548 | 3 years ago | | | 0 | 0.024015964 | |
| 14627388 | 3 years ago | | | 0 | 0.083452983 | |
| 14627336 | 3 years ago | | | 0 | 0.016213950 | |
| 14627194 | 3 years ago | | | 0 | 0.021579698 | |
| 14627043 | 3 years ago | | | 0 | 0.022531920 | |
| 14609919 | 3 years ago | | | 0 | 0.022718955 | |
| 14607158 | 3 years ago | | | 0 | 0.036828958 |
ABI
ABI objects
Getter at block 21325280
authority() view returns (address)
0x618907e21898d0357f0a0bf0b112949b1530cbc1
bondDepository() view returns (address)
0xe1d71b60642d597e6e3dbf6d0cd106ac3cfa65fa
nftxFactory() view returns (address)
0xbe86f647b167567525ccaafcd6f881f1ee558216
timelock() view returns (uint48)
604800
Read-only
notes(address, address, uint256) view returns (uint256 amount, uint256 matured, address vault, uint48 claimed)
pendingFor(address _user, uint256 _index, address _vault) view returns (uint256 amount_, bool matured_)
State-modifying
Events claim(address _user, uint256[] _indexes, address _vault) returns (uint256 amount_)
mintAndBond721(uint256 _vaultId, uint256[] _ids, uint256 _bondId, address _to, uint256 _maxPrice) returns (uint256 remaining_)
rescue(address _token)
setAuthority(address _newAuthority)
setTimelock(uint48 _timelock)
AuthorityUpdated(address indexed authority)
ClaimNote(address user, uint256[] indexes, address vault)
CreateNote(address user, address vault, uint256 index, uint256 amount, uint48 expiry)
constructor(address _authority, address _bondDepository, address _nftxFactory, uint48 _timelock)
This contract contains no fallback and receive objects.
This contract contains no error objects.