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 |
---|---|---|---|---|---|
DIVI | ERC-20 | 2.6K | $0.00112 |
$2.91 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157157 | 7 days ago | | | 0 | 0.00097782772 | |
| 21147675 | 8 days ago | | | 0 | 0.00024053900 | |
| 21147669 | 8 days ago | | | 0 | 0.00025093144 | |
| 21147655 | 8 days ago | | | 0 | 0.00026278834 | |
| 21147437 | 8 days ago | | | 0 | 0.00031425629 | |
| 21147408 | 8 days ago | | | 0 | 0.00031700144 | |
| 21147383 | 8 days ago | | | 0 | 0.00033001376 | |
| 21147365 | 8 days ago | | | 0 | 0.00033547833 | |
| 21147257 | 8 days ago | | | 0 | 0.00032422791 | |
| 21147206 | 8 days ago | | | 0 | 0.00031333396 |
ABI
ABI objects
Getter at block 21207921
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DIVINITY_ROLE() view returns (bytes32)
0x8910633170d1b9cc32468c41363fa2ccab22b04c230178365b8f304322a335ea
decimals() view returns (uint8)
8
name() view returns (string)
Divi
paused() view returns (bool)
false
symbol() view returns (string)
DIVI
totalSupply() view returns (uint256)
15015061800000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
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)
mint(address who, uint256 amount)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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_, uint8 decimals_, uint256 initialAmount_, address initialAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.