PreLaunchStaking

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x674b7b84 at 19711437
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PreLaunchStaking"

No transactions found for "PreLaunchStaking"


Functions
Getter at block 20866410
acceptedTokenCount(view returns (uint256)
0
bridgeProxyAddress(view returns (address)
0x0000000000000000000000000000000000000000
getAllAcceptedTokens(view returns (address[])
[]
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
acceptedTokens(addressview returns (bool)
acceptedTokensArray(uint256view returns (address)
getUserAcceptedStakedBalances(address _userview returns (address[] stakedTokensuint256[] stakedBalances)
getUserStakedBalances(address _userview returns (address[] stakedTokensuint256[] stakedBalances)
getUserTokenStakedBalance(address _useraddress _tokenview returns (uint256)
stakedAmounts(addressview returns (uint256)
userStakes(addressaddressview returns (uint256)
State-modifying
acceptOwnership(
addToken(address _token
bridgeAsset(address _tokenuint32 _minGasLimitaddress _receiver
initialize(address _initialOwner
pause(
reAddToken(address _token
removeToken(address _token
renounceOwnership(
rescueToken(address _token
setBridgeAddress(address _bridgeProxyAddress
stake(address _tokenuint256 _amount
transferOwnership(address newOwner
unpause(
unstake(address _tokenuint256 _amount
Events
AssetBridged(address indexed owneraddress indexed tokenaddress indexed receiveruint256 amount
BridgeAddressSet(address bridgeAddress
Initialized(uint64 version
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Staked(address indexed useraddress indexed tokenuint256 amountuint256 time
TokenAdded(address indexed token
TokenReAdded(address indexed token
TokenRemoved(address indexed token
Unpaused(address account
Unstaked(address indexed useraddress indexed tokenuint256 amountuint256 time
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token