PublicSale
Verified contract
Active on
Ethereum with 457 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66f7…3475
0xbb56…7a1d
Balances ($0.00)
No balances found for "PublicSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14821232 | 2 years ago | | | 0.054347826 | 0.00028465318 | |
| 14821002 | 2 years ago | | | 0.054347826 | 0.00028502000 | |
| 14200682 | 3 years ago | | | 0.165 | 0.0083120930 | |
| 14022463 | 3 years ago | | | 0.385216 | 0.0068011248 | |
| 14022331 | 3 years ago | | | 0.365216 | 0.0083120930 | |
| 13632714 | 3 years ago | | | 0.055 | 0.0019951400 | |
| 13632442 | 3 years ago | | | 0 | 0.0026957890 | |
| 13625705 | 3 years ago | | | 0.06 | 0.0022700000 | |
| 13625689 | 3 years ago | | | 0.405 | 0.0037052600 | |
| 13625689 | 3 years ago | | | 0.405 | 0.0037052600 |
ABI
ABI objects
Getter at block 21216351
individualMaxCap() view returns (uint256)
10000000000000000000
individualMinCap() view returns (uint256)
53763440860215055
isOpen() view returns (bool)
true
openingTime() view returns (uint256)
1636995600
owner() view returns (address)
0xe9815aeaf7db7028188b92933dbb987a28d6acb5
paused() view returns (bool)
true
rate() view returns (uint256)
372000
token() view returns (address)
0x66f73d0fd4161cfad4302dc145ff994375c13475
wallet() view returns (address)
0xbb56b07731378ac238a2d68940318b3d25b97a1d
weiRaised() view returns (uint256)
134398401945890888625
Read-only
getContribution(address beneficiary) view returns (uint256)
State-modifying
Events buyTokens() payable
endSale()
pause()
renounceOwnership()
setIndividualCap(uint256 minCap, uint256 maxCap)
transferOwnership(address newOwner)
unpause()
updateRate(uint256 pRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensPurchased(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Unpaused(address account)
constructor(uint256 pRate, address pWallet, address pToken, uint256 pIndividualMinCap, uint256 pIndividualMaxCap, uint256 pOpeningTime)
receive()
This contract contains no error objects.