Decentralized Universal Basic Income
Verified contract
Active on
Ethereum with 533 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Decentralized Universal Basic Income"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453483 | 4 months ago | | | 0 | 0.000024442000 | |
| 17399087 | 2 years ago | | | 0 | 0.00051344809 | |
| 16219077 | 2 years ago | | | 0 | 0.00092225732 | |
| 16165100 | 2 years ago | | | 0 | 0.00089263471 | |
| 15862792 | 2 years ago | | | 0 | 0.00026726788 | |
| 15736219 | 2 years ago | | | 0 | 0.00086473741 | |
| 15736200 | 2 years ago | | | 0 | 0.0010557456 | |
| 15472365 | 2 years ago | | | 0 | 0.00062376247 | |
| 15470734 | 2 years ago | | | 0 | 0.00024517692 | |
| 15470693 | 2 years ago | | | 0 | 0.00029777008 |
ABI
ABI objects
Getter at block 21380445
decimals() pure returns (uint8)
18
name() view returns (string)
Decentralized Universal Basic Income
owner() view returns (address)
0x767c9e2dc7f7c6cd43fa7a594f4472bf696067b2
symbol() view returns (string)
DUBI
totalSupply() view returns (uint256)
654806584971570290661129
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
decodeAndHashBoosterMessage(address targetBooster, bytes boosterMessage) view returns (bytes32, uint64)
getNonce(address account) view returns (uint64)
getOpCounter(address user) view returns (struct OpCounter)
getOpMetadata(address user, uint64 opId) view returns (struct OpMetadata)
safeGetOpMetadata(address user, struct OpHandle opHandle) view returns (struct OpMetadata)
unpackedDataOf(address tokenHolder) view returns (struct ERC20UnpackedData)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
boostedBurn(struct BoostableERC20BoostedBurn message, struct Signature signature)
boostedBurnBatch(struct BoostableERC20BoostedBurn[] burns, struct Signature[] signatures)
boostedSend(struct BoostableERC20BoostedSend send, struct Signature signature)
boostedSendBatch(struct BoostableERC20BoostedSend[] sends, struct Signature[] signatures)
boostedTransferFrom(address sender, address recipient, uint256 amount, bytes data) returns (bool)
burn(uint256 amount, bytes data)
burnFuel(address from, struct TokenFuel fuel)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finalizePendingOp(address user, struct OpHandle opHandle)
hodlMint(address to, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
purposeMint(address to, uint256 amount)
renounceOwnership()
revertPendingOp(address user, struct OpHandle opHandle, bytes boosterMessage, struct Signature signature)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(uint256 amountAndFuel, bytes data)
FinalizedOp(address from, uint64 opId, uint8 opType)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PendingOp(address from, uint64 opId, uint8 opType)
RevertedOp(address from, uint64 opId, uint8 opType)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, address optIn, address purpose, address hodl, address externalAddress1, address externalAddress2, address externalAddress3)
This contract contains no fallback and receive objects.
This contract contains no error objects.