BRDCrowdsale
Verified contract
Active on
Ethereum with 8,263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x56ba…7ae8
0x1955…7c1c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EET | ERC-20 | 80 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4745295 | 7 years ago | | | 10 | 0.00071130890 | |
| 4742687 | 7 years ago | | | 1 | 0.0017003400 | |
| 4742682 | 7 years ago | | | 0.985 | 0.000023100000 | |
| 4741755 | 7 years ago | | | 1.487 | 0.00059511900 | |
| 4741748 | 7 years ago | | | 1.1 | 0.00059511900 | |
| 4741601 | 7 years ago | | | 0.625 | 0.00065179700 | |
| 4741282 | 7 years ago | | | 1.75 | 0.0011335600 | |
| 4741224 | 7 years ago | | | 50 | 0.00059511900 | |
| 4741224 | 7 years ago | | | 50 | 0.00062345800 | |
| 4741187 | 7 years ago | | | 9.5 | 0.00084000000 |
ABI
ABI objects
Getter at block 21161408
authorizer() view returns (address)
0x56ba2109449a8dd1074e97d4033bf3ea5f0e7ae8
bonusRate() view returns (uint256)
20
cap() view returns (uint256)
30888000000000000000000
endTime() view returns (uint256)
1513390200
hasEnded() view returns (bool)
true
hasStarted() view returns (bool)
true
isFinalized() view returns (bool)
false
lockup() view returns (address)
0x1955b57f1c77051cf34843e7f37cf70b080d7c1c
maxContribution() view returns (uint256)
100000000000000000000
minContribution() view returns (uint256)
500000000000000000
owner() view returns (address)
0xa768cc13d1ab64283882ffa74255bb0564a7592b
ownerRate() view returns (uint256)
300
rate() view returns (uint256)
900
startTime() view returns (uint256)
1513389600
token() view returns (address)
0x00e2a2390fe8e4b0fa658f6ad2a3c718367b3359
tokenWallet() view returns (address)
0x081edbef6106ab1253557451b261c1c99bade726
wallet() view returns (address)
0x9d66d75b46816d306572446f62305f72c4f6d2fd
weiRaised() view returns (uint256)
7722088888888888888888
Read-only
This contract contains no read-only function objects.
State-modifying
Events allocateTokens(address _beneficiary, uint256 _amount)
buyTokens(address _beneficiary) payable
finalize()
lockupTokens(address _beneficiary, uint256 _amount)
setAuthorizer(address _authorizer)
setCap(uint256 _newCap)
setEndTime(uint256 _newEndTime)
setLockup(address _lockup)
setMaxContribution(uint256 _newMaxContribution)
setToken(address _token)
transferOwnership(address newOwner)
unlockTokens() returns (bool _didIssueRewards)
Finalized()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
constructor(uint256 _cap, uint256 _minWei, uint256 _maxWei, uint256 _startTime, uint256 _endTime, uint256 _rate, uint256 _ownerRate, uint256 _bonusRate, address _wallet, address _tokenWallet)
fallback()
This contract contains no error objects.