LaunchpadErc20Ido

Verified contract

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

No balances found for "LaunchpadErc20Ido"

0xcf27464a3f22c4022c721511706a5f77d480fdd454abfc171ac3b8d714ea34a3
0x2d29e5842586ebda17e85478b472c76454b97d05deb8a1a50269d69f94550322
0x5443217e89cce197aa893958fb6a7ac6f5a904f03cf71d63f6191a36d4748068
0x4ec4336c4c234c4fd8a49eef64034eb980fc305848839ca6b122514399552378
0xce744e2b61fbc2eb9147417d3b9ed4713509a2f8bc0495a2d1e843761c35a936
0x9827bdb83bd4a31fc99c599c65395d26d1a1027f97eec6c28fbd5115bbe0cd67
0x66f125f9036ecd30af466a370b6a479e8740e779cc976efa5983d3cb8234647e
0x8a849298a83231b4161413765a7bb02dffd66f1f779c26699f2f1e220047022d
0xa4df8215c61152bdf2f748f74c0886ac5361c218648abee03c7f8a31ae6ed9a6
0x27ce4844205033e5be361859ca40ef274873f73e4efb3a6c41dc9a2b6078abd9

Functions
Getter at block 20893021
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRECISION(view returns (uint256)
1000000000000000000
TOKEN_DECIMALS(view returns (uint256)
18
WERT_ROLE(view returns (bytes32)
0x37d939d3e74b5b71e0cc8bd1b0441b84c6178d5327650d34256f5ae6dd04e7da
getIdoStorage(view returns (address)
0x9a617e26fe8fdea31fd400d47671c465365eb536
getWallet(view returns (address)
0xd13206d94275200e90827069702d1a9f59fb4c5f
paused(view returns (bool)
false
Read-only
getRaised(address collateral_view returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isCollateral(address collateral_view returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
buyTokens(address collateral_uint256 investment_uint8 vesting_address referral_
buyTokensFor(address collateral_uint256 investment_uint8 vesting_address beneficiary_address referral_
grantRole(bytes32 roleaddress account
pause(
recoverERC20(address token_uint256 amount_
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
unpause(
Events
ERC20Recovered(address tokenuint256 amount
NativeRecovered(uint256 amount
Paused(address account
PausedUpdated(bool paused
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokensPurchased(address indexed purchaseraddress indexed collateraladdress indexed referraluint256 investmentuint8 vestinguint256 tokensSolduint256 round
Unpaused(address account
Constructor
constructor(address idoStorage_address wallet_address[] collaterals_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BeneficiaryNullAddressErr(
CollateralNullAddressErr(
CollateralUndefinedErr(
ExceededRoundAllocationErr(
IdoClosedErr(
IdoStorageNullAddressErr(
InvestmentNullErr(
IvalidReferralErr(
MaxInvestmentErr(uint256 investment_uint256 max_
MinInvestmentErr(uint256 investment_uint256 min_
NativeTransferErr(
RoundClosedErr(
WalletNullAddressErr(