PortalCreepzVesting
Verified contract
Active on
Ethereum with 10,005 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,775,661.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PORTAL | ERC-20 | 14.718163M | $0.324474 |
$4,775,661.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163826 | 17 minutes ago | | | 0 | 0.0018142430 | |
| 21163674 | an hour ago | | | 0 | 0.0021173322 | |
| 21163662 | an hour ago | | | 0 | 0.0025383170 | |
| 21163428 | 2 hours ago | | | 0 | 0.00082504443 | |
| 21163053 | 3 hours ago | | | 0 | 0.0064570590 | |
| 21162994 | 3 hours ago | | | 0 | 0.0044963302 | |
| 21162976 | 3 hours ago | | | 0 | 0.0047922757 | |
| 21162910 | 3 hours ago | | | 0 | 0.0010807046 | |
| 21162085 | 6 hours ago | | | 0 | 0.0042451793 | |
| 21162034 | 6 hours ago | | | 0 | 0.0019099005 |
ABI
ABI objects
Getter at block 21163911
ALLOCATION() view returns (uint256)
2697600000000000000000
DURATION() view returns (uint256)
23652000
creepzNFT() view returns (address)
0x5946aeaab44e65eb370ffaa6a7ef2218cff9b47d
endTimestamp() view returns (uint256)
1732968000
owner() view returns (address)
0x370a976ecf1b02dd8f56279d55d85c946f4a3fc6
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
startTimestamp() view returns (uint256)
1709316000
token() view returns (address)
0x1bbe973bef3a977fc51cbed703e8ffdefe001fed
treasury() view returns (address)
0x67e13c87e3b7f2004b42fda01d617b2db8e7d90a
Read-only
claimableAmount(uint256 tokenId) view returns (uint256)
claimableAmountForTokens(uint256[] tokenIds) view returns (uint256 total)
lastClaimedAt(uint256) view returns (uint256)
State-modifying
Events acceptOwnership()
emergencyWithdraw(uint256 amount)
releaseTokens(uint256[] creepzIds)
renounceOwnership()
setStartTimestamp(uint256 _startTimestamp)
transferOwnership(address newOwner)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardForTokenReleased(uint256 indexed tokenId, uint256 treasuryReward, uint256 creepzReward)
constructor(address _creepzNFT, address _token, uint256 _startTimestamp, address _treasury, address _owner)
This contract contains no fallback and receive objects.
InvalidTokenIds()
MsgSenderNotCreepzOwner(uint256 tokenId, address owner)
TimestampAlreadySet()
TokenTransferFailed()