Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOBO | ERC-20 | 1.860369B | $0.00 |
$1.86 | |
DEA | ERC-20 | 24.946415 | -- | -- | |
DEUS | ERC-20 | 0.84 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268563 | 5 days ago | | | 0 | 0.00037736245 | |
| 21265293 | 5 days ago | | | 0 | 0.00088115166 | |
| 21265288 | 5 days ago | | | 0 | 0.00073789485 | |
| 21260628 | 6 days ago | | | 0 | 0.00041869919 | |
| 21260465 | 6 days ago | | | 0 | 0.00035744481 | |
| 21256813 | 6 days ago | | | 0 | 0.00035771530 | |
| 21256801 | 6 days ago | | | 0 | 0.00034843810 | |
| 21246027 | 8 days ago | | | 0 | 0.00090660836 | |
| 21244020 | 8 days ago | | | 0 | 0.00074060924 | |
| 21243919 | 8 days ago | | | 0 | 0.00057184610 |
ABI
ABI objects
Getter at block 21302852
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
TRUSTY_ROLE() view returns (bytes32)
0x0db189261133fd7647d3308512b693b47bed44004cac80fb59aa64b63a231e2c
decimals() view returns (uint8)
18
genesis_supply() view returns (uint256)
166670000000000000000000
name() view returns (string)
DEUS
symbol() view returns (string)
DEUS
totalSupply() view returns (uint256)
55355935812727028951574
trackingVotes() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
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)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pool_burn_from(address b_address, uint256 b_amount)
pool_mint(address m_address, uint256 m_amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDEIAddress(address dei_contract_address)
toggleVotes()
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)
DEIAddressSet(address addr)
DEUSBurned(address indexed from, address indexed to, uint256 amount)
DEUSMinted(address indexed from, address indexed to, uint256 amount)
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)
VoterVotesChanged(address indexed voter, uint256 previousBalance, uint256 newBalance)
constructor(string _name, string _symbol, address _creator_address, address _trusty_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.