Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BROS | ERC-20 | 6.39T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18098178 | a year ago | | | 0 | 0.0012121014 | |
| 18064899 | a year ago | | | 0 | 0.0030437954 | |
| 17403038 | a year ago | | | 0 | 0.0022938933 | |
| 16866701 | 2 years ago | | | 0 | 0.0014915590 | |
| 16780762 | 2 years ago | | | 0 | 0.0030867750 | |
| 16776228 | 2 years ago | | | 0 | 0.0024583896 | |
| 16764517 | 2 years ago | | | 0 | 0.0030072191 | |
| 16762004 | 2 years ago | | | 0 | 0.0018883274 | |
| 16756289 | 2 years ago | | | 0 | 0.0027757844 | |
| 16756266 | 2 years ago | | | 0 | 0.0030581441 |
ABI
ABI objects
Getter at block 21092486
MAX_PERCENTAGE() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x594fadc91b500b6603acd4da2bb1b33cdde1e363204b0c45f7c0e6d99eb2dbe8
owner() view returns (address)
0xe30251cb2bbad171c7b99385e262f95c14f5472b
token() view returns (address)
0x90b4bb61a1f4f9cee2bb1f35e8f5f8acbc3a84d5
Read-only
claimed(uint256) view returns (uint256)
getClaimable(uint256 index, uint256 amount, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart) view returns (uint256)
getRevoked(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bool revocable, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart, bytes32[] merkleProof, uint256 claimAmount)
stopVesting(uint256 index, address account, uint256 amount, bool revocable, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart, bytes32[] merkleProof)
transferOwnership(address newOwner)
Claim(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VestingRevoked(address indexed account, uint256 amountUnvested)
constructor(address _token, bytes32 _merkleRoot, address _owner)
This contract contains no fallback and receive objects.
AlreadyRevoked()
CantRevokeEndedVesting()
ClaimAmountGtClaimable()
EmptyMerkleRoot()
InvalidDates()
InvalidProof()
NothingToClaim()
OnlyOwner()
Revoked()
UnrevocableVesting()
ZeroAddress()