FundRequestPublicSeed
Verified contract
Active on
Ethereum with 122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FundRequestPublicSeed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4320182 | 7 years ago | | | 0 | 0.0014189500 | |
| 4320172 | 7 years ago | | | 3.5 | 0.0023558850 | |
| 4320172 | 7 years ago | | | 1.5 | 0.0056092500 | |
| 4319743 | 7 years ago | | | 0.04 | 0.0023558850 | |
| 4319526 | 7 years ago | | | 1 | 0.00044874000 | |
| 4319296 | 7 years ago | | | 0.34 | 0.0025802550 | |
| 4319089 | 7 years ago | | | 0.002 | 0.0014700000 | |
| 4318994 | 7 years ago | | | 5 | 0.0067311000 | |
| 4318130 | 7 years ago | | | 3 | 0.0016827750 | |
| 4317476 | 7 years ago | | | 5 | 0.0023558850 |
ABI
ABI objects
Getter at block 21266573
everyoneDisabled() pure returns (bool)
false
investorCount() pure returns (uint256)
27
maxPurchaseSize() pure returns (uint256)
25000000000000000000
owner() pure returns (address)
0x3ad396dcb86d3a72855f7e1e305eaa144ec9b434
paused() pure returns (bool)
true
rate() pure returns (uint256)
3600
wallet() pure returns (address)
0xfcaab4d8739ee480a9a944f8bedc5d5e7366bc1b
weiMaxCap() pure returns (uint256)
1000000000000000000000
weiRaised() pure returns (uint256)
83131906932215276510
Read-only
allowed(address) pure returns (bool)
balanceOf(address _owner) pure returns (uint256 balance)
balances(address) pure returns (uint256)
deposits(address) pure returns (uint256)
depositsOf(address _owner) pure returns (uint256 deposit)
investors(uint256) pure returns (address)
State-modifying
Events allow(address beneficiary)
allowEveryone()
allowWhiteList()
buyTokens(address beneficiary) payable
pause()
transferOwnership(address newOwner)
unpause()
updateMaxCap(uint256 _maxCap)
updatePurchaseSize(uint256 _purchaseSize)
updateRate(uint256 _rate)
updateWallet(address _wallet)
AllowEveryone()
AllowWhiteList()
Pause()
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Unpause()
constructor(uint256 _rate, uint256 _maxCap, address _wallet)
fallback()
This contract contains no error objects.