LaunchpadNativeIdo
Verified contract
Active on
Ethereum with 1,604 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
No balances found for "LaunchpadNativeIdo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18696882 | a year ago | | | 0.22 | 0.0098985980 | |
| 18696867 | a year ago | | | 0.048 | 0.0090757697 | |
| 18696696 | a year ago | | | 0.1 | 0.0055886417 | |
| 18696694 | a year ago | | | 0.187 | 0.0076204235 | |
| 18696680 | a year ago | | | 0.5 | 0.0093195629 | |
| 18696667 | a year ago | | | 0.05 | 0.0066330380 | |
| 18696646 | a year ago | | | 0.085 | 0.0060648293 | |
| 18696517 | a year ago | | | 0.1746 | 0.0047872643 | |
| 18696426 | a year ago | | | 0.07 | 0.0046232241 | |
| 18696361 | a year ago | | | 0.177 | 0.0054787945 |
ABI
ABI objects
Getter at block 21399256
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)
0x199340867e0a632df7fe12bbef3987a44f5b0bb6
getPriceFeedTimeThreshold() view returns (uint256)
5400
getRaised() view returns (uint256)
519654845080483478235
paused() view returns (bool)
false
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyTokens(uint8 vesting_, address referral_) payable
buyTokensFor(uint8 vesting_, address beneficiary_, address referral_) payable
grantRole(bytes32 role, address account)
pause()
recoverERC20(address token_, uint256 amount_)
recoverNative()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPriceFeedTimeThreshold(uint256 priceFeedTimeThreshold_)
unpause()
ERC20Recovered(address token, uint256 amount)
NativeRecovered(uint256 amount)
Paused(address account)
PausedUpdated(bool paused)
PriceFeedTimeThresholdUpdated(uint256 priceFeedTimeThreshold)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokensPurchased(address indexed purchaser, address indexed referral, uint256 investment, uint8 indexed vesting, uint256 tokensSold, uint256 round)
Unpaused(address account)
constructor(address idoStorage_, address priceFeed_, uint256 priceFeedTimeThreshold_)
receive()
BeneficiaryNullAddressErr()
ExceededPriceFeedTimeThresholdErr()
ExceededRoundAllocationErr()
IdoClosedErr()
IdoStorageNullAddressErr()
InvalidPriceFeedTimeThresholdErr()
InvestmentNullErr()
IvalidReferralErr()
MaxInvestmentErr(uint256 investment_, uint256 max_)
MinInvestmentErr(uint256 investment_, uint256 min_)
NativeTransferErr()
PriceFeedNullAddressErr()
RoundClosedErr()