Beshare Token
Verified contract
Active on
Ethereum with 116 txns
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 |
---|---|---|---|---|---|
BST | ERC-20 | 123.682K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20372572 | 4 months ago | | | 0 | 0.0016366500 | |
| 18627082 | a year ago | | | 0 | 0.0013220867 | |
| 18627062 | a year ago | | | 0 | 0.0012669300 | |
| 18619234 | a year ago | | | 0 | 0.0017802900 | |
| 17610394 | a year ago | | | 0 | 0.00036005463 | |
| 17405164 | a year ago | | | 0 | 0.00088913771 | |
| 17172631 | 2 years ago | | | 0 | 0.0028792905 | |
| 16953570 | 2 years ago | | | 0 | 0.0012669300 | |
| 16909406 | 2 years ago | | | 0 | 0.0017799300 | |
| 16466851 | 2 years ago | | | 0 | 0.0012665700 |
ABI
ABI objects
Getter at block 21230685
decimals() view returns (uint8)
18
name() view returns (string)
Beshare Token
owner() view returns (address)
0xf83dce566d3b46d36a67da798ddf368e2330958d
paused() view returns (bool)
false
symbol() view returns (string)
BST
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklist(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reclaimToken(address tokenContractAddress)
registerBlacklist(address account)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unregisterBlacklist(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RegisterBlacklist(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
UnregisterBlacklist(address indexed account)
constructor(string name, string symbol, address initialAccount, uint256 initialBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.