BRDCrowdsale
Verified contract
Active on
Ethereum with 5,864 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x56ba…7ae8
0xbd56…20b9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
THETA | ERC-20 | 100 | -- | -- | |
GC | ERC-20 | 0.98747 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5677481 | 7 years ago | | | 0 | 0.000079689000 | |
| 5670923 | 7 years ago | | | 0 | 0.022135480 | |
| 5495542 | 7 years ago | | | 0 | 0.0033155260 | |
| 5422534 | 7 years ago | | | 0 | 0.0033155260 | |
| 5173855 | 7 years ago | | | 0 | 0.0032855260 | |
| 5125113 | 7 years ago | | | 0 | 0.0012752550 | |
| 5125068 | 7 years ago | | | 0 | 0.00036840700 | |
| 4962074 | 7 years ago | | | 0 | 0.051082890 | |
| 4962066 | 7 years ago | | | 0 | 0.00029732000 | |
| 4786325 | 7 years ago | | | 0 | 0.12188902 |
ABI
ABI objects
Getter at block 21273019
authorizer() view returns (address)
0x56ba2109449a8dd1074e97d4033bf3ea5f0e7ae8
bonusRate() view returns (uint256)
20
cap() view returns (uint256)
30888000000000000000000
endTime() view returns (uint256)
1513403100
hasEnded() view returns (bool)
true
hasStarted() view returns (bool)
true
isFinalized() view returns (bool)
true
lockup() view returns (address)
0xbd56ee9f92d70de3560dc698c4bc13a8e3c420b9
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)
1513396800
token() view returns (address)
0x558ec3152e2eb2174905cd19aea4e34a23de9ad6
tokenWallet() view returns (address)
0x081edbef6106ab1253557451b261c1c99bade726
wallet() view returns (address)
0x081edbef6106ab1253557451b261c1c99bade726
weiRaised() view returns (uint256)
37409764999999999999999
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.