FlexMinterV2
Verified contract
Active on
Ethereum with 819 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,915,408.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLEX | ERC-20 | 30.442453M | $0.062919 |
$1,915,408.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18019006 | a year ago | | | 0 | 0.00042656400 | |
| 18018989 | a year ago | | | 0 | 0.00041159923 | |
| 18015006 | a year ago | | | 0 | 0.0016373010 | |
| 18014993 | a year ago | | | 0 | 0.0011864500 | |
| 18014954 | a year ago | | | 0 | 0.0011934026 | |
| 18012624 | a year ago | | | 0 | 0.0014862081 | |
| 18012305 | a year ago | | | 0 | 0.00084183834 | |
| 18012305 | a year ago | | | 0 | 0.0056279562 | |
| 18008483 | a year ago | | | 0 | 0.0035288859 | |
| 18008353 | a year ago | | | 0 | 0.0037240865 |
ABI
ABI objects
Getter at block 21297533
LOCK_DURATION() view returns (uint256)
7862400
conversionDeadline() view returns (uint256)
1693221371
flexToken() view returns (address)
0xfcf8eda095e37a41e002e266daad7efc1579bc0a
owner() view returns (address)
0x134530e94d8c603ca627c114d2d5b206d652e895
oxMaxMintableSupply() view returns (uint256)
9860000000000000000000000000
oxToken() view returns (address)
0x78a0a62fba6fb21a83fe8a3433d44c73a4017a6f
votingEscrow() view returns (address)
0x28901cf869d94c9d892fbd86c8e57b801e8fdd87
Read-only
calculateExpectedUnlock(uint256 ts) pure returns (uint256)
State-modifying
Events mintLockedWithFlex(uint256 amountFlex)
mintUnlockedWithFlex(uint256 amountFlex)
renounceOwnership()
setConversionDeadline(uint256 newDeadline)
transferOwnership(address newOwner)
ConversionDeadlineUpdated(uint256 newDeadline)
MintedLockedWithFlex(address indexed account, uint256 amountFlex, uint256 amountOx, uint256 unlockTime)
MintedUnlockedWithFlex(address indexed account, uint256 amountFlex, uint256 amountOx)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _oxAddr, address _votingEscrowAddr, address _flexAddr, uint256 _conversionDeadline)
This contract contains no fallback and receive objects.
Error_ConversionDeadlinePassed()
Error_LockAlreadyExists()
Error_WillExceedMaxSupply()