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 "Revest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14465197 | 3 years ago | | | 0 | 0.015018983 | |
| 14463416 | 3 years ago | | | 0 | 0.022427282 | |
| 14462455 | 3 years ago | | | 0 | 0.0058522038 | |
| 14462363 | 3 years ago | | | 0 | 0.0043668221 | |
| 14462179 | 3 years ago | | | 0 | 0.0036026697 | |
| 14462170 | 3 years ago | | | 0 | 0.0030551155 | |
| 14462141 | 3 years ago | | | 0 | 0.0029954529 | |
| 14462132 | 3 years ago | | | 0 | 0.0034978606 | |
| 14462127 | 3 years ago | | | 0 | 0.0035352872 | |
| 14462120 | 3 years ago | | | 0 | 0.0037245046 |
ABI
ABI objects
Getter at block 21315756
ADDRESS_LOCK_INTERFACE_ID() view returns (bytes4)
0x3f8f47e8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
erc20Fee() view returns (uint256)
0
flatWeiFee() view returns (uint256)
0
getAddressesProvider() view returns (address)
0xd721a90dd7e010c8c5e022cc0100c55ac78e0fc4
getERC20Fee() view returns (uint256)
0
getFlatWeiFee() view returns (uint256)
0
owner() view returns (address)
0x801e08919a483cea4c345b5f8789e506e2624ccf
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events depositAdditionalToFNFT(uint256 fnftId, uint256 amount, uint256 quantity) returns (uint256)
extendFNFTMaturity(uint256 fnftId, uint256 endTime) returns (uint256)
grantRole(bytes32 role, address account)
mintAddressLock(address trigger, bytes arguments, address[] recipients, uint256[] quantities, struct IRevestFNFTConfig fnftConfig) payable returns (uint256)
mintTimeLock(uint256 endTime, address[] recipients, uint256[] quantities, struct IRevestFNFTConfig fnftConfig) payable returns (uint256)
mintValueLock(address primaryAsset, address compareTo, uint256 unlockValue, bool unlockRisingEdge, address oracleDispatch, address[] recipients, uint256[] quantities, struct IRevestFNFTConfig fnftConfig) payable returns (uint256)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAddressRegistry(address registry)
setERC20Fee(uint256 erc20)
setFlatWeiFee(uint256 wethFee)
splitFNFT(uint256 fnftId, uint256[] proportions, uint256 quantity) returns (uint256[])
transferOwnership(address newOwner)
unlockFNFT(uint256 fnftId)
withdrawFNFT(uint256 fnftId, uint256 quantity)
FNFTAddionalDeposited(address indexed from, uint256 indexed newFNFTId, uint256 indexed quantity, uint256 amount)
FNFTAddressLockMinted(address indexed asset, address indexed from, uint256 indexed fnftId, address trigger, uint256[] quantities, struct IRevestFNFTConfig fnftConfig)
FNFTMaturityExtended(address indexed from, uint256 indexed fnftId, uint256 indexed newExtendedTime)
FNFTSplit(address indexed from, uint256[] indexed newFNFTId, uint256[] indexed proportions, uint256 quantity)
FNFTTimeLockMinted(address indexed asset, address indexed from, uint256 indexed fnftId, uint256 endTime, uint256[] quantities, struct IRevestFNFTConfig fnftConfig)
FNFTUnlocked(address indexed from, uint256 indexed fnftId)
FNFTValueLockMinted(address indexed primaryAsset, address indexed from, uint256 indexed fnftId, address compareTo, address oracleDispatch, uint256[] quantities, struct IRevestFNFTConfig fnftConfig)
FNFTWithdrawn(address indexed from, uint256 indexed fnftId, uint256 indexed quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(address provider, address weth)
This contract contains no fallback and receive objects.
This contract contains no error objects.