Ordidy - Skillfull Ai Vesting
Verified contract
Active on
Ethereum with 1,312 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcf07…9d49
Balances ($136,014.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SKAI | ERC-20 | 2.246691M | $0.06054 |
$136,014.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21381331 | 12 hours ago | | | 0 | 0.0027307596 | |
| 21375905 | a day ago | | | 0 | 0.0011979397 | |
| 21375027 | a day ago | | | 0 | 0.0018854750 | |
| 21371586 | 2 days ago | | | 0 | 0.0015262194 | |
| 21371122 | 2 days ago | | | 0 | 0.0012045916 | |
| 21366529 | 3 days ago | | | 0 | 0.0024018509 | |
| 21365711 | 3 days ago | | | 0 | 0.0038467649 | |
| 21360786 | 3 days ago | | | 0 | 0.00088322916 | |
| 21357913 | 4 days ago | | | 0 | 0.0012458932 | |
| 21357748 | 4 days ago | | | 0 | 0.00088059010 |
ABI
ABI objects
Getter at block 21384994
BASIS_POINT_RATE_CONVERTER() view returns (uint128)
10000
MAX_ALLOWED_PHASES() view returns (uint256)
30
claimableAtStart() view returns (uint16)
1000
getDepositedAmount() view returns (uint256 amount)
2246691390317890425971303
getNumberOfRefundRequestedUsersAtLeastOnce() view returns (uint256)
11
name() view returns (string)
Ordidy - Skillfull Ai Vesting
nextBatchAt() view returns (uint256)
1
owner() view returns (address)
0xda97f893daa455bf2edc5ab7fe979bc3eb7f0555
refundGracePeriodDuration() view returns (uint32)
604800
refundMode() view returns (bool)
false
refundWithdrawn() view returns (bool)
false
requestedRefundWithdrawn() view returns (bool)
true
startDateAt() view returns (uint40)
1717146600
totalAmountAllocated() view returns (uint256)
3834389473684210526316200
totalAmountClaimed() view returns (uint256)
1587698083366320100344897
totalAmountRefundRequested() view returns (uint256)
165610526315789473683800
vestedToken() view returns (address)
0xcf078da6e85389de507ceede0e3d217e457b9d49
vestingEndAt() view returns (uint40)
1743498600
Read-only
claimable(address _user) view returns (uint256 amount)
getRefundRequestedUsersAtLeastOnceVesting(uint256 index) view returns (struct VestingUserVesting userVesting)
getUserVesting(address _userAddress) view returns (struct VestingUserVesting)
phases(uint256) view returns (uint32 rate, uint40 endAt, uint32 minimumClaimablePeriod)
refundRequestedUsersAtLeastOnce(uint256) view returns (address)
vestings(address) view returns (uint40 lastClaimAt, bool init, bool requestedRefund, uint256 amount, uint256 amountClaimed)
State-modifying
Events claim()
createVestings(struct CreateVestingInput[] vestingsInput, bool depositCheck)
emergencyWithdrawToken(address token)
moveVesting(address from, address to)
pullBackRequestRefund()
reinitialize(address _vestedToken, string _name, uint40 _startDateAt, uint16 _claimableAtStart, struct Phase[] _phases, uint32 _refundGracePeriodDuration)
renounceOwnership()
requestRefund()
setRefundMode(bool _refundMode)
transferOwnership(address newOwner)
withdrawRefundForAll()
withdrawRequestRefundToken()
NewClaim(address indexed user, uint256 amountClaimed)
NewVestingCreated(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundForAllWithdrawn(address indexed user, uint256 amount)
RefundRequested(address indexed user)
RefundRequestedPulledBack(address indexed user)
RefundRequestedWithdrawn(address indexed user, uint256 amount)
constructor(address _vestedToken, string _name, uint40 _startDateAt, uint16 _claimableAtStart, struct Phase[] _phases, uint32 _refundGracePeriodDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.