Ojamu Token
Verified contract
Active on
Ethereum with 7,733 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OJA | ERC-20 | 201.964826K | $0.00226 |
$456.41 | |
DSLA | ERC-20 | 3M | $0.000137 |
$411.96 | |
SHOPX | ERC-20 | 3.63K | $0.003576 |
$12.98 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157078 | 5 hours ago | | | 0 | 0.0010839860 | |
| 21155317 | 11 hours ago | | | 0 | 0.00047831612 | |
| 21153432 | 18 hours ago | | | 0 | 0.00071418060 | |
| 21152174 | a day ago | | | 0 | 0.00061491529 | |
| 21147641 | 2 days ago | | | 0 | 0.00027356352 | |
| 21146737 | 2 days ago | | | 0 | 0.00040119272 | |
| 21144947 | 2 days ago | | | 0 | 0.00077110013 | |
| 21134771 | 3 days ago | | | 0 | 0.0013336515 | |
| 21131472 | 4 days ago | | | 0 | 0.0015181410 | |
| 21128290 | 4 days ago | | | 0 | 0.0011271912 |
ABI
ABI objects
Getter at block 21158702
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Ojamu Token
symbol() view returns (string)
OJA
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.