LaunchpadNativeIdo
Verified contract
Active on
Base with 123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7104…bb70
Balances ($0.00)
No balances found for "LaunchpadNativeIdo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7352727 | a year ago | | | 0.245 | 2.8779893e-7 | |
| 7349715 | a year ago | | | 0.05 | 3.4023962e-7 | |
| 7348813 | a year ago | | | 0.132 | 4.9954622e-7 | |
| 7346178 | a year ago | | | 0.08 | 4.9954529e-7 | |
| 7339241 | a year ago | | | 0.559 | 3.6755621e-7 | |
| 7335608 | a year ago | | | 0.12 | 4.9952347e-7 | |
| 7334930 | a year ago | | | 0.048 | 4.9952097e-7 | |
| 7334266 | a year ago | | | 0.12 | 4.9954498e-7 | |
| 7330979 | a year ago | | | 0.4 | 4.3700507e-7 | |
| 7330915 | a year ago | | | 0.048 | 3.1518373e-7 |
ABI
ABI objects
Getter at block 23273139
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)
0xe06b133e7aac890ef1dcd426ee3006bfdd07bb5d
getPriceFeedTimeThreshold() view returns (uint256)
1800
getRaised() view returns (uint256)
13001700000000000000
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()