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 |
---|---|---|---|---|---|
OBI | ERC-20 | 4.166K | $0.007789 |
$32.45 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157475 | 6 hours ago | | | 0 | 0.00081307013 | |
| 21157409 | 7 hours ago | | | 0 | 0.00085073844 | |
| 21156196 | 11 hours ago | | | 0 | 0.00056815697 | |
| 21156180 | 11 hours ago | | | 0 | 0.00065128378 | |
| 21151960 | a day ago | | | 0 | 0.00033844151 | |
| 21150521 | a day ago | | | 0 | 0.00062694000 | |
| 21150478 | a day ago | | | 0 | 0.00056678496 | |
| 21150261 | a day ago | | | 0 | 0.00055948010 | |
| 21149726 | a day ago | | | 0 | 0.00045682624 | |
| 21148835 | a day ago | | | 0 | 0.00050715170 |
ABI
ABI objects
Getter at block 21159388
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xb221bfbc55ebe84a5164016041d09622a67435f34eba55e012aac6c0e3bf7ec9
MAX_CAP() view returns (uint256)
2000000000000000000000000000
ORBOFI_MULTISIG() view returns (address)
0x44ef9dcec2cbab655a6692d3e3e1810f7470f3b6
decimals() view returns (uint8)
18
name() view returns (string)
ORBOFI
symbol() view returns (string)
OBI
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
grantRole(bytes32 role, address account)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeBurnerRole(address _burner)
revokeRole(bytes32 role, address account)
setBurnerRole(address _burner)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Burned(address from, uint256 to)
BurnerRoleGranted(address indexed beneficiary, address indexed caller)
BurnerRoleRemoved(address indexed beneficiary, address indexed caller)
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 amount)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.