NpPublicCrowdsale
Verified contract
Active on
Ethereum with 188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaf1e…0033
Balances ($22.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Mark | ERC-20 | 45.644009K | $0.000487 |
$22.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18934132 | 10 months ago | | | 0 | 0.0024068946 | |
| 18838398 | a year ago | | | 0 | 0.0029856196 | |
| 18838391 | a year ago | | | 0 | 0.0028037951 | |
| 18835793 | a year ago | | | 0 | 0.0053104501 | |
| 18835743 | a year ago | | | 0 | 0.0060708467 | |
| 18835550 | a year ago | | | 0 | 0.0065260004 | |
| 18835547 | a year ago | | | 0 | 0.0067537383 | |
| 18835511 | a year ago | | | 0 | 0.0074395528 | |
| 18835506 | a year ago | | | 0 | 0.0078671072 | |
| 18835420 | a year ago | | | 0 | 0.010687015 |
ABI
ABI objects
Getter at block 21185863
closingTime() view returns (uint256)
1703102400
denominator() view returns (uint256)
315
hardCap() view returns (uint256)
358129628127
hasClosed() view returns (bool)
true
individualCap() view returns (uint256)
5000000000
isOpen() view returns (bool)
false
numerator() view returns (uint256)
10000000
openingTime() view returns (uint256)
1703088000
owner() view returns (address)
0x6f2539fd29f2f2d8bef16a77c490309b218a856b
subject() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
subjectRaised() view returns (uint256)
358129628127
token() view returns (address)
0xaf1eeb83c364ad9ffeb5f97f223c1705d4810033
wallet() view returns (address)
0x1792822ff139da1a0d909455b0ada97104db37fa
Read-only
canClaim(address user) view returns (bool)
claimed(address) view returns (bool)
getPurchasableAmount(address user, uint256 amount) view returns (uint256)
getTokenAmount(uint256 amount) view returns (uint256)
purchasedAddresses(address) view returns (uint256)
State-modifying
Events buyTokens(uint256 amount)
claim()
emergencyWithdraw(address token_)
extendTime(uint256 newClosingTime)
renounceOwnership()
setCap(uint256 hardCap_, uint256 individualCap_)
setParameters(uint256 numerator_, uint256 denominator_, address wallet_, address subject_, address token_)
setToken(address token_)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TimedCrowdsaleExtended(uint256 prevClosingTime, uint256 newClosingTime)
TokenClaimed(address indexed user, uint256 value)
TokenPurchased(address indexed user, uint256 value)
constructor(uint256 hardCap_, uint256 individualCap_, uint256 numerator_, uint256 denominator_, address wallet_, address subject_, address token_, uint256 openingTime, uint256 closingTime)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)