UBI
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "UBI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14669096 | 3 years ago | | | 0 | 0.0028904001 | |
| 12798691 | 3 years ago | | | 0 | 0.00050538312 |
ABI
ABI objects
Getter at block 21157705
accruedPerSecond() view returns (uint256)
0
decimals() view returns (uint8)
0
governor() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
proofOfHumanity() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
accruedSince(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address _human) view returns (uint256)
getAccruedValue(address _human) view returns (uint256 accrued)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
burn(uint256 _amount)
burnFrom(address _account, uint256 _amount)
changeGovernor(address _governor)
changeProofOfHumanity(address _proofOfHumanity)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
initialize(uint256 _initialSupply, string _name, string _symbol, uint256 _accruedPerSecond, address _proofOfHumanity)
reportRemoval(address _human)
startAccruing(address _human)
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)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.