UnirisToken
Verified contract
Active on
Ethereum with 11,637 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,714.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.711431K | $1.001 |
$2,714.14 | |
UCO | ERC-20 | 915.447845K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245768 | an hour ago | | | 0 | 0.00058512389 | |
| 21242285 | 13 hours ago | | | 0 | 0.00097580396 | |
| 21235481 | a day ago | | | 0 | 0.00061028802 | |
| 21232053 | 2 days ago | | | 0 | 0.00033516370 | |
| 21231215 | 2 days ago | | | 0 | 0.00085727472 | |
| 21229222 | 2 days ago | | | 0 | 0.00095327726 | |
| 21226177 | 3 days ago | | | 0 | 0.00051338460 | |
| 21225277 | 3 days ago | | | 0 | 0.00062287034 | |
| 21224609 | 3 days ago | | | 0 | 0.00090375148 | |
| 21221790 | 3 days ago | | | 0 | 0.00056142485 |
ABI
ABI objects
Getter at block 21246062
decimals() view returns (uint8)
18
deliverable_supply() view returns (uint256)
2360000000000000000000000000
deliverables_beneficiary() view returns (address)
0xea9095614a40c34f2d6d62514a8b9305873e6763
enhancement_beneficiary() view returns (address)
0xc3255e34f122f8e5ac055d308bf5898173212afc
enhancement_supply() view returns (uint256)
900000000000000000000000000
exch_pool_beneficiary() view returns (address)
0x2da4fddc9e610b1d5ae4340d20455d53c9481b12
exch_pool_supply() view returns (uint256)
340000000000000000000000000
foundation_beneficiary() view returns (address)
0xa8b2134e17bd65427aea59d5b8aca22f3c181e97
foundation_supply() view returns (uint256)
220000000000000000000000000
funding_pool_beneficiary() view returns (address)
0xc545528cb411aa971de48f5d375af27b685a7651
funding_pool_supply() view returns (uint256)
3820000000000000000000000000
marketing_beneficiary() view returns (address)
0xebc52520ee81a0e87549ce193b3f5fc086eddc69
marketing_supply() view returns (uint256)
340000000000000000000000000
name() view returns (string)
UnirisToken
network_pool_beneficiary() view returns (address)
0x857ffe3a3f4d47c5459b215fd09ddd80ee0b2f00
network_pool_supply() view returns (uint256)
1460000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
UCO
team_beneficiary() view returns (address)
0xb4cf889f7f0c4de5c43dbb67c11b8f96b6cfbf91
team_supply() view returns (uint256)
560000000000000000000000000
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renouncePauser()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _funding_pool_beneficiary, address _deliverables_beneficiary, address _network_pool_beneficiary, address _enhancement_beneficiary, address _team_beneficiary, address _exch_pool_beneficiary, address _marketing_beneficiary, address _foundation_beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.