Unicly Genesis Collection
Verified contract
Active on
Ethereum with 324 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($103.91)
Native
Value
$103.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.033401 | $3,110.97 |
$103.91 | |
uUNICLY | ERC-20 | 200 | -- | -- | |
0xa342…8db5 (#53343204100803765692379285688171671302437967278842259121980540727210891284481) | ERC-1555 | 20 | -- | -- | |
0xd07d…2430 (#118076) | ERC-1555 | 20 | -- | -- | |
0x407e…7d0b | ERC-1555 | 1 | -- | -- | |
0xd692…3df0 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19414883 | 8 months ago | | | 0 | 0.0015809371 | |
| 17439288 | a year ago | | | 0 | 0.00088126403 | |
| 17279462 | 2 years ago | | | 0 | 0.0014252403 | |
| 17011601 | 2 years ago | | | 0 | 0.00046776713 | |
| 17011100 | 2 years ago | | | 0 | 0.00057144328 | |
| 16979760 | 2 years ago | | | 0 | 0.00093792626 | |
| 16886225 | 2 years ago | | | 0 | 0.0011766083 | |
| 16886223 | 2 years ago | | | 0 | 0.00076784409 | |
| 16069310 | 2 years ago | | | 0 | 0.0010425147 | |
| 16048479 | 2 years ago | | | 0 | 0.00027104630 |
ABI
ABI objects
Getter at block 21222803
TOP_BID_LOCK_TIME() view returns (uint256)
259200
_description() view returns (string)
The Genesis Unicly NFT Collection by 0xLeia. This is the first uToken collection on Unicly containing pre-launch Unicly NFTs.
_threshold() view returns (uint256)
500000000000000000000000
active() view returns (bool)
true
cap() view returns (uint256)
1000000000000000000000000
currentNFTIndex() view returns (uint256)
6
decimals() view returns (uint8)
18
factory() view returns (address)
0x8696bde5cc30545b3b049f3529abbfb2b1e0c007
issuer() view returns (address)
0x92b22149fec19094650f3f99dc141c8f77b03c15
name() view returns (string)
Unicly Genesis Collection
symbol() view returns (string)
uUNICLY
totalBidAmount() view returns (uint256)
24300000000000000
totalSupply() view returns (uint256)
1000000000000000000000000
unlockVotes() view returns (uint256)
100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bidRefunds(uint256, address) view returns (uint256)
bids(uint256) view returns (address bidder, uint256 amount, uint256 time)
nfts(uint256) view returns (address contractAddr, uint256 tokenId, uint256 amount, bool claimed)
supportsInterface(bytes4 interfaceId) view returns (bool)
unlockApproved(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveUnlock(uint256 amount)
bid(uint256 nftIndex) payable
claim(uint256 nftIndex)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256[] tokenIDs, uint256[] amounts, address contractAddr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
issue()
onERC1155BatchReceived(address _operator, address _from, uint256[] _ids, uint256[] _values, bytes _data) returns (bytes4)
onERC1155Received(address _operator, address _from, uint256 _id, uint256 _value, bytes _data) returns (bytes4)
redeemETH(uint256 amount)
refund(address _to)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unapproveUnlock(uint256 amount)
unbid(uint256 nftIndex)
Approval(address indexed owner, address indexed spender, uint256 value)
BidCreated(address sender, uint256 nftIndex, uint256 bidAmount)
BidRemoved(address sender, uint256 nftIndex)
ClaimedNFT(address winner, uint256 nftIndex, uint256 tokenId)
Deposited(uint256[] tokenIDs, uint256[] amounts, address contractAddr)
Issued()
Refunded()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply, uint8 decimals, string name, string symbol, uint256 threshold, string description, address _issuer, address _factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.