Unifriends
Verified contract
Active on
Ethereum with 3,557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Unifriends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21002932 | a month ago | | | 0 | 0.00024527381 | |
| 21002929 | a month ago | | | 0 | 0.00026842543 | |
| 21002926 | a month ago | | | 0 | 0.00026182064 | |
| 21002924 | a month ago | | | 0 | 0.00025559380 | |
| 21002923 | a month ago | | | 0 | 0.00023463204 | |
| 21002914 | a month ago | | | 0 | 0.00026760766 | |
| 21002373 | a month ago | | | 0 | 0.00032756693 | |
| 20964697 | a month ago | | | 0 | 0.00095530015 | |
| 20905069 | a month ago | | | 0 | 0.00020044733 | |
| 20801500 | 2 months ago | | | 0 | 0.00034216655 |
ABI
ABI objects
Getter at block 21204991
MAX_PER_TX() view returns (uint256)
11
animationURI() view returns (string)
https://nft.unifriends.io/genesis/
baseURI() view returns (string)
https://unifriends.s3.amazonaws.com/genesis/
isRevealed() view returns (bool)
true
maxSupply() view returns (uint256)
3334
name() view returns (string)
Unifriends
owner() view returns (address)
0x593b94c059f37f1af542c25a0f4b22cd2695fb68
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicPriceInWei() view returns (uint256)
29900000000000000
reserves() view returns (uint256)
251
symbol() view returns (string)
Unifriends
totalSupply() view returns (uint256)
3333
treasury() view returns (address)
0x69bb85f957d63326b74d2012c5f028a0e7449b3f
whitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
whitelistPriceInWei() view returns (uint256)
69420000000000000
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToRandomNumber(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
collectReserves(uint256 amount)
flipProxyState(address proxyAddress)
publicMint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAnimationURI(string _animationURI)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setProxyRegistryAddress(address _proxyRegistryAddress)
setPublicPriceInWei(uint256 _publicPriceInWei)
setReserves(uint256 _reserves)
setTreasury(address _treasury)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
togglePublicSale(uint256 _maxSupply)
toggleRevealed()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 count, uint256 allowance, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI, string _animationURI, address _proxyRegistryAddress, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.