BRingClaim
Verified contract
Active on
Ethereum with 743 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($20.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 20 | $1.002 |
$20.04 | |
BRNG | ERC-20 | 139.245K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18241027 | a year ago | | | 0 | 0.0012214003 | |
| 18241024 | a year ago | | | 0 | 0.0034090360 | |
| 18240899 | a year ago | | | 0 | 0.0010558083 | |
| 17689131 | a year ago | | | 0 | 0.0013830900 | |
| 16657006 | 2 years ago | | | 0 | 0.00072868557 | |
| 16557050 | 2 years ago | | | 0 | 0.0017602962 | |
| 16465035 | 2 years ago | | | 0 | 0.0019746220 | |
| 16230787 | 2 years ago | | | 0 | 0.00098801366 | |
| 16005468 | 2 years ago | | | 0 | 0.0010763328 | |
| 15915461 | 2 years ago | | | 0 | 0.00031931717 |
ABI
ABI objects
Getter at block 21331780
CLAIMING_PERIOD() view returns (uint256)
2592000
PRIVATE_ROUND_START_TIME() view returns (uint256)
1620052200
STRATEGIC_ROUND_START_TIME() view returns (uint256)
1620052200
TEAM_ROUND_START_TIME() view returns (uint256)
1620052200
TOKEN_CONTRACT_ADDRESS() view returns (address)
0x3ecb96039340630c8b82e5a7732bc88b2aeade82
owner() view returns (address)
0x9dda875fb38458af3cdae10eeae0af321d5fb48a
Read-only
claimedTokens(address) view returns (uint256)
investors(uint256, address) view returns (uint256 boughtTokens, uint256 initialPercent, uint256 monthlyPercent, bool initialRewardReceived, uint256 monthlyRewardsReceived, uint256 totalPercentReceived, uint256 totalReceived)
State-modifying
Events addAddress(address _address, uint256 _boughtTokens, uint8 _round, uint256 _initialPercent, uint256 _monthlyPercent)
batchAddAddresses(address[] _addresses, uint256[] _boughtTokensAmounts, uint8 _round)
claimInitialTokens()
claimMonthlyTokens()
init()
init2()
init3()
renounceOwnership()
retrieveTokens(address _tokenAddress, uint256 _amount)
setPrivateRoundStartTime(uint256 _timestamp)
setStrategicRoundStartTime(uint256 _timestamp)
setTeamRoundStartTime(uint256 _timestamp)
transferOwnership(address newOwner)
InitialClaimWithdrawn(address indexed _address, uint8 indexed _round, uint256 _tokensAmount)
MonthlyClaimWithdrawn(address indexed _address, uint8 indexed _round, uint256 _tokensAmount)
NewAddress(address indexed _address, uint256 _boughtTokens, uint8 indexed _round, uint256 _initialPercent, uint256 _monthlyPercent)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoundTimeConfigured(uint8 _round, uint256 _time)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.