MintedEthCappedCrowdsale
Verified contract
Active on
Ethereum with 185 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeda8…f31e
0xd863…c1d5
0x5e38…d8b5
8 additional
variables
Balances ($0.00)
No balances found for "MintedEthCappedCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5134023 | 7 years ago | | | 0 | 0.0099068996 | |
| 5133957 | 7 years ago | | | 0 | 0.00079615200 | |
| 5020190 | 7 years ago | | | 0 | 0.0048460000 | |
| 5016200 | 7 years ago | | | 0 | 0.0072978000 | |
| 5009250 | 7 years ago | | | 15 | 0.0015511163 | |
| 5009046 | 7 years ago | | | 16 | 0.00062375641 | |
| 5008895 | 7 years ago | | | 20 | 0.0025200000 | |
| 5007781 | 7 years ago | | | 16 | 0.0011269125 | |
| 5007709 | 7 years ago | | | 15 | 0.00075986135 | |
| 5007700 | 7 years ago | | | 16 | 0.00055440000 |
ABI
ABI objects
Getter at block 21294893
MAX_INVESTMENTS_BEFORE_MULTISIG_CHANGE() view returns (uint256)
5
earlyPariticipantWeiPrice() view returns (uint256)
82815734989648
endsAt() view returns (uint256)
1518184800
finalizeAgent() view returns (address)
0x5e38603ae4ab6d2c0192ff5cd4d792bb2765d8b5
finalized() view returns (bool)
true
getState() view returns (uint8)
6
halted() view returns (bool)
false
investorCount() view returns (uint256)
29
isCrowdsale() pure returns (bool)
true
isCrowdsaleFull() view returns (bool)
false
isFinalizerSane() view returns (bool sane)
true
isMinimumGoalReached() view returns (bool reached)
true
isPricingSane() view returns (bool sane)
true
loadedRefund() view returns (uint256)
0
minimumFundingGoal() view returns (uint256)
20000000000000000000000
multisigWallet() view returns (address)
0x9e3741a7a7f34194f1368f6dd673fdf3e9b13c98
newOwner() view returns (address)
0xa63a6bdc03563727465aa2c1dab3ebae73d74bcc
owner() view returns (address)
0xa63a6bdc03563727465aa2c1dab3ebae73d74bcc
ownerTestValue() view returns (uint256)
0
pricingStrategy() view returns (address)
0xd86343385558fc9f00470548abe142a5a3cbc1d5
requireCustomerId() view returns (bool)
false
requiredSignedAddress() view returns (bool)
false
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
startsAt() view returns (uint256)
1517580000
token() view returns (address)
0xeda8b016efa8b1161208cf041cd86972eee0f31e
tokenVestingAddress() view returns (address)
0x45303f96d6ae172e549fa04311802ff6bd03b21e
tokensSold() view returns (uint256)
999270045792104054779067642
weiCap() view returns (uint256)
33500000000000000000000
weiRaised() view returns (uint256)
33489409237888601900000
weiRefunded() view returns (uint256)
0
whitelistBonusLockPeriod() view returns (uint256)
7776000
whitelistBonusPercentage() view returns (uint256)
15
whitelistPrincipleLockPercentage() view returns (uint256)
50
whitelistPrincipleLockPeriod() view returns (uint256)
7776000
Read-only
allocateAgents(address) view returns (bool)
earlyParticipantWhitelist(address) view returns (bool)
investedAmountOf(address) view returns (uint256)
isBreakingCap(uint256 weiAmount, uint256 tokenAmount, uint256 weiRaisedTotal, uint256 tokensSoldTotal) view returns (bool limitBroken)
tokenAmountOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
buy() payable
buyWithCustomerId(uint128 customerId) payable
finalize()
halt()
invest(address addr) payable
investWithCustomerId(address addr, uint128 customerId) payable
loadRefund() payable
preallocate(address receiver, uint256 tokenAmount, uint256 weiPrice, uint256 principleLockAmount, uint256 principleLockPeriod, uint256 bonusLockAmount, uint256 bonusLockPeriod)
refund()
setAllocateAgent(address addr, bool state)
setDefaultWhitelistVestingParameters(uint256 _bonusPercentage, uint256 _principleLockPercentage, uint256 _bonusLockPeriod, uint256 _principleLockPeriod, uint256 _earlyPariticipantWeiPrice)
setEarlyParicipantWhitelist(address addr, bool status)
setEndsAt(uint256 time)
setFinalizeAgent(address addr)
setMultisig(address addr)
setOwnerTestValue(uint256 val)
setPricingStrategy(address _pricingStrategy)
setRequireCustomerId(bool value)
setStartAt(uint256 time)
setWhiteList(address[] _participants)
transferOwnership(address _newOwner)
unhalt()
AllocateAgentChanged(address addr, bool state)
EndsAtChanged(uint256 endAt)
Invested(address investor, uint256 weiAmount, uint256 tokenAmount, uint128 customerId)
InvestmentPolicyChanged(bool requireCustId, bool requiredSignedAddr, address signerAddr)
OwnershipTransferred(address indexed _from, address indexed _to)
Refund(address investor, uint256 weiAmount)
StartAtChanged(uint256 endsAt)
Whitelisted(address addr, bool status)
constructor(address _token, address _pricingStrategy, address _multisigWallet, uint256 _start, uint256 _end, uint256 _minimumFundingGoal, uint256 _weiCap, address _tokenVestingAddress)
fallback()
This contract contains no error objects.