EthBridgeV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x7cc2976b at 18091082
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "EthBridgeV2"

No transactions found for "EthBridgeV2"


Functions
Getter at block 21294925
luckyBlockV2(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
totalVestingSlots(view returns (uint256)
0
Read-only
getClaimableAmount(address _addressuint256 _slotIdview returns (uint256)
isBlacklisted(addressuint256view returns (bool)
vestingSlots(uint256view returns (uint256 startTimeuint256 vestingDuration)
vestings(addressuint256view returns (uint256 totalAmountuint256 claimedAmount)
State-modifying
addToBlacklist(uint256 _slotIdaddress[] _users
claimTokens(uint256 _vestingSlot
createVestingSlot(uint256 _vestingStartTimeuint256 _vestingDuration
createVestings(uint256 _vestingSlotIdaddress[] _usersuint256[] _amounts
initialize(address _luckyBlockV2Token
pause(
removeFromBlacklist(uint256 _slotIdaddress[] _users
renounceOwnership(
transferOwnership(address newOwner
unpause(
updateVestingSlot(uint256 _slotIduint256 _vestingStartTimeuint256 _vestingDuration
updateVestings(uint256 _vestingSlotIdaddress[] _usersuint256[] _amounts
Events
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TokensClaimed(address indexed byuint256 indexed vestingSlotIduint256 claimedAmountuint256 timestamp
Unpaused(address account
UsersAddedToBlacklist(address indexed byuint256 indexed slotIdaddress[] usersuint256 timestamp
UsersRemovedFromBlacklist(address indexed byuint256 indexed slotIdaddress[] usersuint256 timestamp
VestingSlotCreated(address indexed byuint256 indexed slotIduint256 startTimeuint256 vestingDurationuint256 timestamp
VestingSlotUpdated(address indexed byuint256 indexed slotIduint256 startTimeuint256 vestingDurationuint256 timestamp
VestingsCreated(address indexed byuint256 indexed vestingSlotIdaddress[] usersuint256[] amountsuint256 timestamp
VestingsUpdated(address indexed byuint256 indexed vestingSlotIdaddress[] usersuint256[] amountsuint256 timestamp
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ArrayLengthMismatch(uint256 usersArrayLengthuint256 amountsArrayLength
BlacklistedFromClaiming(
CannotUpdateActiveSlot(
CannotUpdateActiveSlotVestings(
ClaimBeforeVestingStart(uint256 slotIduint256 startTimeuint256 currentTime
ErrorInTokenTransfer(address fromaddress touint256 amount
InvalidVestingSlotId(
NoClaimAvailable(uint256 slotIdaddress user
VestingDoesNotExist(uint256 slotIdaddress user
VestingDurationCannotBeZero(
VestingExists(uint256 slotIdaddress user
VestingStartTimeInPast(uint256 startTimeuint256 currentTime
ZeroAddress(