FundRequestTokenGeneration
Verified contract
Active on
Ethereum with 3,078 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4df4…953b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5166014 | 7 years ago | | | 0 | 0.0010955400 | |
| 5166010 | 7 years ago | | | 0 | 0.00084501000 | |
| 5120438 | 7 years ago | | | 0 | 0.0013013840 | |
| 5120435 | 7 years ago | | | 0 | 0.0013008720 | |
| 5119160 | 7 years ago | | | 0 | 0.0012061600 | |
| 5119155 | 7 years ago | | | 0 | 0.0013008720 | |
| 5119152 | 7 years ago | | | 0 | 0.0013008720 | |
| 5119147 | 7 years ago | | | 0 | 0.0013008720 | |
| 5119143 | 7 years ago | | | 0 | 0.0013008720 | |
| 5119141 | 7 years ago | | | 0 | 0.0013003600 |
ABI
ABI objects
Getter at block 21288775
founderWallet() view returns (address)
0x72101d19ed90ad71ffaaf6c328930ab9646e751f
maxCap() view returns (uint256)
6000000000000000000000
owner() view returns (address)
0x0020d8f4052358ee01ef8d4164e5c97c95744235
paused() view returns (bool)
true
personalCap() view returns (uint256)
1000000000000000000
personalCapActive() view returns (bool)
false
rate() view returns (uint256)
1800
tokenContract() view returns (address)
0x4df47b4969b2911c966506e3592c41389493953b
tokensaleWallet() view returns (address)
0x00c7b194d85e9c5f924577337790603b532588b4
totalCollected() view returns (uint256)
3596139280062041459302
Read-only
allowed(address) view returns (uint8)
allowedCountries(uint256) view returns (bool)
deposits(address) view returns (uint256)
State-modifying
Events allocateTokens(address beneficiary, uint256 tokensSold)
allow(address beneficiary, uint8 _country)
allowCountry(uint8 _country, bool _allowed)
allowMultiple(address[] _beneficiaries, uint8 _country)
changeOwner(address _newOwner)
finalizeTokenSale()
onApprove(address _owner, address _spender, uint256 _amount) returns (bool)
onTransfer(address _from, address _to, uint256 _amount) returns (bool)
pause()
proxyPayment(address _owner) payable returns (bool)
setFounderWallet(address _founderWallet)
setMaxCap(uint256 _maxCap)
setPersonalCap(uint256 _capInWei)
setPersonalCapActive(bool _active)
setTokensaleWallet(address _tokensaleWallet)
unpause()
withdraw(address _to)
withdrawToken(address _token, uint256 _amount)
Paid(address indexed _beneficiary, uint256 _weiAmount, uint256 _tokenAmount, bool _personalCapActive)
Pause()
Unpause()
constructor(address _tokenAddress, address _founderWallet, address _tokensaleWallet, uint256 _rate, uint256 _maxCap, uint256 _personalCap)
fallback()
This contract contains no error objects.