UniDollar
Verified contract
Active on
Ethereum with 7,332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNIUSD | ERC-20 | 45.080194K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20959160 | a month ago | | | 0 | 0.00040136192 | |
| 20959031 | a month ago | | | 0 | 0.00082638821 | |
| 20958958 | a month ago | | | 0 | 0.00075476037 | |
| 20958885 | a month ago | | | 0 | 0.0013888559 | |
| 20752625 | 2 months ago | | | 0 | 0.000050587797 | |
| 20752613 | 2 months ago | | | 0 | 0.000088976677 | |
| 20642513 | 2 months ago | | | 0 | 0.00020762546 | |
| 20455475 | 3 months ago | | | 0 | 0.000054531444 | |
| 20367720 | 4 months ago | | | 0 | 0.00015079536 | |
| 20349924 | 4 months ago | | | 0 | 0.00015865868 |
ABI
ABI objects
Getter at block 21158039
decimals() view returns (uint8)
18
name() view returns (string)
UniDollar
symbol() view returns (string)
UNIUSD
totalStaked() view returns (uint256)
34863016837848073647408297
totalSupply() view returns (uint256)
125000000000000000000000000
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 totalTokensStaked, uint256 userBalance, uint256 userStaked, uint256 userDividends)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
stakedOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address[] _receivers, uint256[] _amounts)
collect() returns (uint256)
distribute(uint256 _tokens)
stake(uint256 _tokens)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
unstake(uint256 _tokens)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Collect(address indexed owner, uint256 tokens)
Stake(address indexed owner, uint256 tokens)
Tax(uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unstake(address indexed owner, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.