Boson Token
Verified contract
Active on
Ethereum with 80,731 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOSON | ERC-20 | 7.475492K | $0.304131 |
$2,273.53 | |
USDT | ERC-20 | 1.595413K | $1.002 |
$1,598.6 | |
ARPA | ERC-20 | 8.09367K | $0.053809 |
$435.51 | |
NKN | ERC-20 | 3.973038K | $0.09196 |
$365.36 | |
MDX | ERC-20 | 25.468938K | $0.000699 |
$17.79 | |
BOSON | ERC-20 | 674.954538K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244398 | 16 minutes ago | | | 0 | 0.00087027328 | |
| 21244280 | 40 minutes ago | | | 0 | 0.00074250431 | |
| 21243844 | 2 hours ago | | | 0 | 0.00092131881 | |
| 21243785 | 2 hours ago | | | 0 | 0.00066336198 | |
| 21243727 | 3 hours ago | | | 0 | 0.00075884514 | |
| 21243725 | 3 hours ago | | | 0 | 0.00095279094 | |
| 21243715 | 3 hours ago | | | 0 | 0.00099754559 | |
| 21243708 | 3 hours ago | | | 0 | 0.0010460830 | |
| 21243707 | 3 hours ago | | | 0 | 0.00071275817 | |
| 21243707 | 3 hours ago | | | 0 | 0.00071920054 |
ABI
ABI objects
Getter at block 21244477
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x4eb7f6b5b08c8d92f4e7c4d764c8b3785e9f658b76ba052f2e5ade1adfd9f97c
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
chainId() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
Boson Token
paused() view returns (bool)
false
symbol() view returns (string)
BOSON
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, address _initialTokenOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.