Decentralized Universal Basic Income
Verified contract
Active on
Ethereum with 1,134 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 |
---|---|---|---|---|---|
BTCLITEGOLDCASH | ERC-20 | 138 | -- | -- | |
INSUR | ERC-20 | 100 | -- | -- | |
INSUR | ERC-20 | 100 | -- | -- | |
DUBI | ERC-20 | 49.2256 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16414210 | 2 years ago | | | 0 | 0.0011197552 | |
| 15470736 | 2 years ago | | | 0 | 0.00020087693 | |
| 15411208 | 2 years ago | | | 0 | 0.00078510860 | |
| 15336748 | 2 years ago | | | 0 | 0.00030785541 | |
| 12631663 | 3 years ago | | | 0 | 0.00014440000 | |
| 11399070 | 4 years ago | | | 0 | 0.00084845640 | |
| 10939611 | 4 years ago | | | 0 | 0.0027537620 | |
| 10634279 | 4 years ago | | | 0 | 0.0036840870 | |
| 9485057 | 5 years ago | | | 0 | 0.00011100500 | |
| 8984264 | 5 years ago | | | 0 | 0.00022013000 |
ABI
ABI objects
Getter at block 21163394
ROLE_ADMIN() view returns (string)
admin
ROLE_MINT() view returns (string)
mint
decimals() view returns (uint8)
18
name() view returns (string)
Decentralized Universal Basic Income
symbol() view returns (string)
DUBI
totalSupply() view returns (uint256)
1988535384675055440204476
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
checkRole(address addr, string roleName) view
hasRole(address addr, string roleName) view returns (bool)
State-modifying
Events adminAddRole(address addr, string roleName)
adminRemoveRole(address addr, string roleName)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
MintLog(address indexed to, uint256 amount)
RoleAdded(address addr, string roleName)
RoleRemoved(address addr, string roleName)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.