TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5,117 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
0x9e6b…cd5a
Balances ($62,819,388.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AZUR | ERC-20 | 812.11315M | $0.077353 |
$62,819,388.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124030 | an hour ago | | | 0 | 0.00057982296 | |
| 21123502 | 3 hours ago | | | 0 | 0.00071849846 | |
| 21123486 | 3 hours ago | | | 0 | 0.00078031439 | |
| 21123421 | 3 hours ago | | | 0 | 0.0011883169 | |
| 21123193 | 4 hours ago | | | 0 | 0.00099572966 | |
| 21121930 | 8 hours ago | | | 0 | 0.00048130237 | |
| 21121928 | 8 hours ago | | | 0 | 0.00048897252 | |
| 21121381 | 10 hours ago | | | 0 | 0.00048197921 | |
| 21121327 | 10 hours ago | | | 0 | 0.00047032695 | |
| 21121031 | 11 hours ago | | | 0 | 0.00034012397 |
ABI
ABI objects
Getter at block 21124273
lastVestingId() view returns (uint256)
5340
owner() view returns (address)
0xef18f2f054a7ad2909333051aa42d5c0bb3f92f6
vestedToken() view returns (address)
0x9e6be44cc1236eef7e1f197418592d363bedcd5a
vestingBegin() view returns (uint64)
1718799000
vestingBeginIsLocked() view returns (bool)
false
Read-only
getAvailableBalance(uint256 vestingId) view returns (uint128 amount)
getAvailableBalanceOf(address account) view returns (uint256 amount)
getBalanceOf(address account) view returns (uint256 amount)
maintainers(address) view returns (bool)
vestingCountOf(address account) view returns (uint256)
vestingIds(address, uint256) view returns (uint256)
vestingIdsOf(address account) view returns (uint256[])
vestings(uint256) view returns (uint128 vestAmount, uint128 instantVestAmount, uint64 lockupPeriod, uint64 vestingPeriod, uint128 claimedAmount)
State-modifying
Events allocate(struct VestingAllocParams[] allocParams)
claim(address account)
initialize(address vestedToken_, address owner_)
lockVestingBegin()
renounceOwnership()
setVestingBegin(uint64 vestingBegin_)
transferOwnership(address newOwner)
updateMaintainer(address account, bool isMaintainer)
withdraw(address token, address to)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Allocated(address indexed allocator, address[] investors, uint256[] ids)
Claimed(address indexed account, uint256 indexed id, uint256 amount)
Initialized(uint64 version)
MaintainerUpdated(address indexed account, bool isMaintainer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VestingBeginSet(uint256 vestingBeginTime)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
BeginIsNotSet()
FailedInnerCall()
IncorrectInstantShare()
IncorrectVestingBegin()
IncorrectVestingPeriod()
InvalidInitialization()
NotApplicableForVestedToken()
NotInitializing()
NothingChanged()
OnlyMaintainer()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TimeChangeIsLocked()
VestingAlreadyStarted()
ZeroAmount()