UnicGallery
Verified contract
Active on
Ethereum with 3,899 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNIC | ERC-20 | 159.46916K | -- | -- | |
PORT | ERC-20 | 70K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256717 | 4 days ago | | | 0 | 0.00060183972 | |
| 20629170 | 3 months ago | | | 0 | 0.000041701430 | |
| 20564539 | 3 months ago | | | 0 | 0.00019285995 | |
| 19742395 | 7 months ago | | | 0 | 0.00032665055 | |
| 19553634 | 8 months ago | | | 0 | 0.00081428032 | |
| 19490072 | 8 months ago | | | 0 | 0.0018196662 | |
| 19209394 | 10 months ago | | | 0 | 0.0013826314 | |
| 19163435 | 10 months ago | | | 0 | 0.00056137943 | |
| 19132270 | 10 months ago | | | 0 | 0.0013157959 | |
| 19098883 | 10 months ago | | | 0 | 0.0015359314 |
ABI
ABI objects
Getter at block 21283405
decimals() view returns (uint8)
18
name() view returns (string)
UnicGallery
symbol() view returns (string)
xUNIC
totalSupply() view returns (uint256)
106017394847557793145060
unic() view returns (address)
0x94e0bab2f6ab1f19f4750e42d7349f2740513ad5
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _share)
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)
constructor(address _unic)
This contract contains no fallback and receive objects.
This contract contains no error objects.