TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 311 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x65a8…9780
0xc555…600e
Balances ($320,679.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MON | ERC-20 | 3.002422M | $0.106807 |
$320,679.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19953356 | 6 months ago | | | 0 | 0.00015152031 | |
| 19936781 | 6 months ago | | | 0 | 0.00032467743 | |
| 19936778 | 6 months ago | | | 0 | 0.00016145831 | |
| 19936775 | 6 months ago | | | 0 | 0.00031827287 | |
| 19889823 | 6 months ago | | | 0 | 0.037221688 | |
| 19889821 | 6 months ago | | | 0 | 0.16978416 | |
| 19889820 | 6 months ago | | | 0 | 0.15821433 | |
| 19889819 | 6 months ago | | | 0 | 0.14655130 | |
| 19889817 | 6 months ago | | | 0 | 0.14685636 | |
| 19889816 | 6 months ago | | | 0 | 0.13569913 |
ABI
ABI objects
Getter at block 21293053
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEVELOPER_ROLE() view returns (bytes32)
0x2714cbbaddbb71bcae9366d8bf7770636ec7ae63227b573986d2f54fffacb39d
defaultAdmin() view returns (address)
0xc8cbf6da545bf01a7e35f0fa5506983493229a15
defaultAdminDelay() view returns (uint48)
86400
defaultAdminDelayIncreaseWait() view returns (uint48)
432000
financeWalletAddress() view returns (address)
0x79f7267d9ecd4d9d06363e4af4f0d16a05fb2d79
getAllUserVestingData() view returns (struct BaseClaimVestingData[] allUserVestingData)
[(false, 0, 0)]
getVestingSchedules() view returns (uint256[] allVestingScheduleIds, struct BaseClaimVestingSchedule[] allVestingSchedules)
(allVestingScheduleIds=[0], allVestingSchedules=[(1716802200, 1716802200, 0, 1)])
liquidityHealth() view returns (int256 extraBalance)
-1997577710110000000000000
monToken() view returns (address)
0xc555d625828c4527d477e595ff1dd5801b4a600e
owner() view returns (address)
0xc8cbf6da545bf01a7e35f0fa5506983493229a15
paused() view returns (bool)
false
pendingDefaultAdmin() view returns (address newAdmin, uint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)
(newDelay=0, schedule=0)
staking() view returns (address)
0x65a8b32bc4de5e0156dba85ce615d9ef8ea59780
totalVestedAmount() view returns (uint256)
5000000000000000000000000
Read-only
computeUserReleasableAmount(address _userAddress, uint256 _vestingScheduleId) view returns (uint120 userReleasableAmount)
computeUserReleasableAmounts(address _userAddress) view returns (uint256[] userVestingScheduleIds, uint120[] userReleasableAmounts)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserVestingData(address _userAddress, uint256 _vestingScheduleId) view returns (struct BaseClaimVestingData userVestingData)
getVestingSchedule(uint256 _vestingScheduleId) view returns (struct BaseClaimVestingSchedule vestingSchedule)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
usersVestingData(address userAddress, uint256 vestingScheduleId) view returns (bool revoked, uint120 released, uint120 amountTotal)
vestingScheduleIds(uint256) view returns (uint256)
vestingSchedules(uint256 vestingScheduleId) view returns (uint64 start, uint64 cliff, uint64 duration, uint64 slicePeriodSeconds)
State-modifying
Events acceptDefaultAdminTransfer()
addUserVestingData(address[] _beneficiaries, uint256[] _vestingScheduleIds, uint256[] _amounts)
beginDefaultAdminTransfer(address newAdmin)
cancelDefaultAdminTransfer()
changeDefaultAdminDelay(uint48 newDelay)
createVestingSchedule(struct BaseClaimVestingSchedule _vestingSchedule) returns (uint256 vestingScheduleId)
grantRole(bytes32 role, address account)
initialize(address _tokenAddress, address _defaultAdminAddress, address _financeWalletAddress, address[] _developers)
pause()
releaseToStaking(address _user, uint256[] _vestingScheduleIds) returns (uint120 transferredAmount)
renounceRole(bytes32 role, address account)
revoke(address[] _userAddresses, uint256[] _vestingScheduleIds)
revokeRole(bytes32 role, address account)
rollbackDefaultAdminDelay()
setStaking(address _stakingAddress)
unpause()
updateVestingSchedule(uint256 _vestingScheduleId, struct BaseClaimVestingSchedule _vestingSchedule)
withdraw(uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
DefaultAdminDelayChangeCanceled()
DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)
DefaultAdminTransferCanceled()
DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)
Initialized(uint64 version)
Paused(address account)
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)
Unpaused(address account)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AccessControlBadConfirmation()
AccessControlEnforcedDefaultAdminDelay(uint48 schedule)
AccessControlEnforcedDefaultAdminRules()
AccessControlInvalidDefaultAdmin(address defaultAdmin)
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CliffMustBeAfterStart()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InsufficientFunds()
InvalidDuration()
InvalidInitialization()
InvalidSlicePeriod()
InvalidStakingAddress()
InvalidTokenAddress()
InvalidVestingScheduleId()
MismatchedArrays()
NoReleasableFunds()
NotInitializing()
NotNftOwner()
OnlyClaimRegistry()
ReentrancyGuardReentrantCall()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeCastOverflowedUintToInt(uint256 value)
SafeERC20FailedOperation(address token)
StakingNotSet()
StartMustBeInFuture()
UnsetFinanceWallet()
UnusedFunctionCall()
VestingIsRevoked()
WithdrawAllFailed()