BSBEXToken
Verified contract
Active on
Ethereum with 1,654 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "BSBEXToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19324758 | 9 months ago | | | 0 | 0.0010813451 | |
| 17305225 | a year ago | | | 0 | 0.00064721040 | |
| 14261880 | 3 years ago | | | 0 | 0.0010678899 | |
| 14261856 | 3 years ago | | | 0 | 0.0010159701 | |
| 12354698 | 4 years ago | | | 0 | 0.0010919370 | |
| 12328188 | 4 years ago | | | 0 | 0.029845500 | |
| 11604210 | 4 years ago | | | 0 | 0.0046068438 | |
| 11509181 | 4 years ago | | | 0 | 0.0047752166 | |
| 11503139 | 4 years ago | | | 0 | 0.0020930333 | |
| 11410960 | 4 years ago | | | 0 | 0.0023798400 |
ABI
ABI objects
Getter at block 21180237
decimals() view returns (uint8)
18
name() view returns (string)
BSBEXToken
symbol() view returns (string)
BSB
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
vestBalanceOf(address who) view returns (uint256 amount, uint256 vestedAmount, uint256 start, uint256 cliff, uint256 vesting)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
grantToken(address _to, uint256 _amount, uint256 _start, uint256 _cliff, uint256 _vesting) returns (bool success)
grantTokenStartNow(address _to, uint256 _amount, uint256 _cliffMonths, uint256 _vestingMonths) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
redeemVestableToken(address _to) returns (bool success)
returnGrantedToken(uint256 _amount) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
GrantedTokenReturned(address indexed _from, address indexed _to, uint256 _amount)
NewTokenGrant(address indexed _from, address indexed _to, uint256 _amount, uint256 _start, uint256 _cliff, uint256 _vesting)
Transfer(address indexed from, address indexed to, uint256 value)
VestedTokenRedeemed(address indexed _to, uint256 _amount, uint256 _vestedMonths)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.