MintProxy
Verified contract
Proxy
Active on
Ethereum with 281 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x149c…1a05
0xf038…567f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MINTY | ERC-20 | 53.323264M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19914134 | 6 months ago | | | 0 | 0.012492588 | |
| 19907523 | 6 months ago | | | 0 | 0.0047768477 | |
| 19907522 | 6 months ago | | | 0 | 0.0051263751 | |
| 19907521 | 6 months ago | | | 0 | 0.0047446119 | |
| 19907520 | 6 months ago | | | 0 | 0.0048995815 | |
| 19907519 | 6 months ago | | | 0 | 0.0050838092 | |
| 19907518 | 6 months ago | | | 0 | 0.0051951331 | |
| 19907517 | 6 months ago | | | 0 | 0.0053097412 | |
| 19907516 | 6 months ago | | | 0 | 0.0051323449 | |
| 19907515 | 6 months ago | | | 0 | 0.0052704604 |
ABI
ABI objects
Getter at block 21160655
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GATEKEEPER() view returns (bytes32)
0x20162831d2f54c3e11eebafebfeda495d4c52c67b1708251179ec91fb76dd3b2
TOKEN_PROVIDER() view returns (bytes32)
0x8c60700f65fcee73179f64477eb1484ea199744913cfa6e5fe87df1dcd47e13d
allocation() view returns (uint256)
53323264189545854289013739
buyback() view returns (address)
0xf03877a75d93bd68a54131d89433024e79d2567f
freeAllocation() view returns (uint256)
22242612480683499452393739
mnt() view returns (address)
0x149cac67f1cd5d80651e7c9bb359ec285d821a05
Read-only
delayList(address) view returns (bool)
endOfVesting(address who_) view returns (uint256)
getReleasableWithoutCliff(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isOperationPaused(bytes32 op, address subject) view returns (bool)
lockedAmount(address who_) view returns (uint256)
releasableAmount(address who_) view returns (uint256)
schedules(address) view returns (uint256 totalAmount, uint256 released, uint32 created, uint32 start, uint32 duration, bool revocable)
supportsInterface(bytes4 interfaceId) view returns (bool)
vestedAmount(address who_) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin)
multicall(bytes[] data) returns (bytes[] results)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addToDelayList(address who_)
createVestingScheduleBatch(struct IVestingScheduleData[] schedulesData)
grantRole(bytes32 role, address account)
initialize(address _admin, address _mnt, address _buyback)
pauseOperation(bytes32 op, address subject)
refill(uint256 amount)
removeFromDelayList(address who_)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
revokeVestingSchedule(address target_)
revokeVestingScheduleLight(address target_)
sweep(address recipient, uint256 amount)
unpauseOperation(bytes32 op, address subject)
updateVestingScheduleLight(struct IVestingScheduleData newVestingScheduleData)
updateVestingScheduleLightBatch(struct IVestingScheduleData[] newVestingScheduleDataSets)
withdraw(uint256 amount_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddedToDelayList(address account)
Initialized(uint8 version)
OperationPaused(bytes32 op, address subject)
OperationUnpaused(bytes32 op, address subject)
RemovedFromDelayList(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)
VestingScheduleAdded(address target, struct IVestingVestingSchedule schedule)
VestingScheduleRevoked(address target, uint256 unreleased, uint256 locked)
VestingScheduleUpdated(address target, struct IVestingVestingSchedule previousSchedule, struct IVestingVestingSchedule newSchedule)
Withdrawn(address target, uint256 withdrawn)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.