UninterestedUnicornsV2
Verified contract
Proxy
Active on
Ethereum with 5,483 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
27 additional
variables
Balances ($0.00)
No balances found for "UninterestedUnicornsV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20721385 | 2 months ago | | | 0 | 0.00086325116 | |
| 20524852 | 3 months ago | | | 0 | 0.00010227240 | |
| 20524851 | 3 months ago | | | 0 | 0.00010182031 | |
| 20515099 | 3 months ago | | | 0 | 0.00019848910 | |
| 20510941 | 3 months ago | | | 0 | 0.00089276726 | |
| 20473804 | 3 months ago | | | 0 | 0.00021778213 | |
| 20448301 | 3 months ago | | | 0 | 0.000077829937 | |
| 20259235 | 4 months ago | | | 0 | 0.00015007007 | |
| 19903732 | 6 months ago | | | 0 | 0.000076703130 | |
| 19776313 | 6 months ago | | | 0 | 0.00026859143 |
ABI
ABI objects
Getter at block 21198973
BREEDING_COST() view returns (uint256)
1500000000000000000000
BREEDING_COST_ETH() view returns (uint256)
100000000000000000
CANDY_TOKEN() view returns (address)
0xb1db366890eeb8f28c2813c6a6084353e0b90713
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
QUANTITY_LEFT() view returns (uint256)
54
REWARDS_PER_DAY() view returns (uint256)
2000000000000000000
TREASURY() view returns (address)
0x65d3e3d1e940f1f7a848e742a3e44d5a6227da53
getUCDPrice() view returns (uint256)
1500000000000000000000
isBreedingOpen() view returns (bool)
false
isClaimOpen() view returns (bool)
true
isPresaleOpen() view returns (bool)
false
isPublicOpen() view returns (bool)
false
isRewardsOpen() view returns (bool)
true
name() view returns (string)
UninterestedUnicornsV2
owner() view returns (address)
0x47afc628f4c40a778316128ca3026c5e2f79cb3d
paused() view returns (bool)
false
reserved() view returns (uint256)
77
symbol() view returns (string)
UUv2
totalSupply() view returns (uint256)
4946
Read-only
BREEDING_DISCOUNT_PERC(uint256) view returns (uint256)
BREEDING_DISCOUNT_THRESHOLD(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calculateRewards(uint256 tokenId) view returns (uint256 rewardAmount)
calculateRewardsMulti(uint256[] tokenIds) view returns (uint256 rewardAmount)
canBreed(uint256 tokenId) view returns (bool)
claimMintedAmount(address) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
getETHPrice(address _user) view returns (uint256)
getLastClaim(uint256 tokenId) view returns (uint256)
getParents(uint256 tokenId) view returns (struct UninterestedUnicornsV2Parents)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
lastClaim(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
privateSaleMintedAmount(address) view returns (uint8)
publicSaleMintedAmount(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
UCDmint(uint8 _amount) payable
UCDwhitelistMint(uint8 _amount, uint8 _tier, bytes nonce, bytes signature)
__UUv2_init(address owner, address _treasury, address _breedSigner, address _whitelistSigner)
airdrop(address[] addresses)
approve(address to, uint256 tokenId)
breed(uint16 parent_1_tokenId, uint16 parent_2_tokenId, bytes nonce, bytes signature)
claim(uint8 _amount, uint8 _tier, bytes nonce, bytes signature) payable
claimRewards(uint256 tokenId)
claimRewardsMultiple(uint256[] tokenIds)
grantRole(bytes32 role, address account)
mint(uint8 _amount) payable
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBreedingCost(uint256 _amount)
setCandyToken(address _addr)
setMaxPerTransactionPrivate(uint256 _amount)
setMaxPerTransactionPublic(uint256 _amount)
setMaxPerWalletPrivate(uint256 _amount)
setMaxPerWalletPublic(uint256 _amount)
setMintCost(uint256 _amount)
setQuantity(uint256 _amount)
setReserved(uint256 _amount)
setRewardsPerDay(uint256 _amount)
toggleBreeding()
toggleClaim()
togglePresale()
togglePublicSale()
toggleRewards()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateBaseURI(string newURI)
whitelistMint(uint8 _amount, uint8 _tier, bytes nonce, bytes signature) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Breed(address indexed minter, uint256 tokenId, uint256 parent_1_tokenId, uint256 parent_2_tokenId)
Minted(address indexed minter, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardsClaimed(address indexed user, uint256 tokenId, uint256 amount, uint256 timestamp)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
This contract contains no error objects.