Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YUP | ERC-20 | 685.1763 | $0.027352 |
$18.74 | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
HOLD | ERC-20 | 200 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453370 | 3 months ago | | | 0 | 0.000054104000 | |
| 20452883 | 3 months ago | | | 0 | 0.000054092000 | |
| 20150772 | 5 months ago | | | 0 | 0.00010299997 | |
| 18086222 | a year ago | | | 0 | 0.0018670976 | |
| 17171963 | 2 years ago | | | 0 | 0.0027822552 | |
| 15840006 | 2 years ago | | | 0 | 0.0010829920 | |
| 15018071 | 2 years ago | | | 0 | 0.0016606073 | |
| 14843529 | 2 years ago | | | 0 | 0.0038204816 | |
| 14627912 | 3 years ago | | | 0 | 0.0032666248 | |
| 14618045 | 3 years ago | | | 0 | 0.0023800400 |
ABI
ABI objects
Getter at block 21165945
bountyFund() view returns (address)
0xdb20ad2642d773c5a321ad7b14ad04315ed8b9b1
decimals() view returns (uint256)
18
finalized() view returns (bool)
true
name() view returns (string)
YUP
owner() view returns (address)
0xb25d842d57e316f9176702da39ac1819d3fd2bcf
paused() view returns (bool)
false
reserveFund() view returns (address)
0x17652eb6f864a5fddb5f3e17107f1e2d21cd95a6
seedFund() view returns (address)
0xaa972c54ae1a4b185bf5d72a3695dfcee91163d9
symbol() view returns (string)
YUP
timelockVault() view returns (address)
0x825181155e417f93f697149cd4c6f456e04423ba
totalSupply() view returns (uint256)
445000000000000000000000000
vestingVault() view returns (address)
0x46983ddc9b79cfe2686952af04f38c7dde2e3e34
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalize()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
loadBalances(uint256[] data)
pause()
reclaimToken(address token)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
IsFinalized(uint256 _time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _timelockVault, address _bountyFund, address _seedFund, address _reserveFund, address _vestingVault)
This contract contains no fallback and receive objects.
This contract contains no error objects.