FancyTraitV2Sale
Verified contract
Active on
Ethereum with 1,547 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x33b4…aa36
0x55f3…b448
0x7bb5…9d42
0xebfa…b24d
0xc696…5dfc
0x7860…a8c6
0x35c6…868a
Balances ($38.20)
Native
Value
$38.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0116 | $3,293.01 |
$38.2 | |
HONEY | ERC-20 | 3.920154M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20732024 | 2 months ago | | | 0 | 0.00026441669 | |
| 20139817 | 5 months ago | | | 0 | 0.0012505651 | |
| 20049463 | 5 months ago | | | 0.0001 | 0.00076679009 | |
| 20047669 | 5 months ago | | | 0 | 0.0039709215 | |
| 19771534 | 6 months ago | | | 0 | 0.0010903678 | |
| 19771518 | 6 months ago | | | 0 | 0.0010929092 | |
| 19771460 | 6 months ago | | | 0 | 0.0010819311 | |
| 19760659 | 6 months ago | | | 0 | 0.0019099051 | |
| 19760637 | 6 months ago | | | 0 | 0.0028744669 | |
| 19608371 | 7 months ago | | | 0 | 0.0018937927 |
ABI
ABI objects
Getter at block 21166233
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
WITHDRAW_ROLE() view returns (bytes32)
0x5d8e12c39142ff96d79d04d15d1ba1269e4fe57bb9d26f43523628b34ba108ec
fancyBearStakingContract() view returns (address)
0x786075ff1962f45ca0fa122d677b9f2925f4a8c6
fancyBearsContract() view returns (address)
0x87084ec881d5a15c918057f326790db177d218f2
fancyTraitsV2Contract() view returns (address)
0xebfaa4261935abec133b5dc41baf210a2b8eb24d
hiveContract() view returns (address)
0x35c6de1445889df00a9e8c4a2734cc10b02d868a
honeyJarsContract() view returns (address)
0x55f3bc084da207b7347538b74cc388deeb3ab448
honeyTokenContract() view returns (address)
0x33b4fe5e40e4903a0849ca97b3292eac3eb0aa36
honeyVestingContract() view returns (address)
0x7bb5178af214b8c5e714ee29d40045e37bc89d42
levelsContract() view returns (address)
0xc69661b848b02ce0288c58c0aa01d0d99cb85dfc
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getTokenPriceForTraitId(uint256 _traitId, address[] _tokenContracts) view returns (uint256[])
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSaleData(uint256) view returns (uint256 ethPrice, uint256 counter, uint256 maxSupply, bool saleActive)
State-modifying
Events clearCounter(uint256[] _tokenIds)
grantRole(bytes32 role, address account)
purchaseTraitsWithERC20(address _tokenContract, uint256[] _traitTokenIds, uint256[] _amountPerTrait, struct FancyTraitV2SaleLevelAttributionArgs _levelAttributionArgs) payable
purchaseTraitsWithETH(uint256[] _traitTokenIds, uint256[] _amountPerTrait, struct FancyTraitV2SaleLevelAttributionArgs _levelAttributionArgs) payable
purchaseTraitsWithHoney(struct FancyTraitV2SalePurchaseData purchaseData, struct FancyTraitV2SaleLevelAttributionArgs _levelAttributionArgs)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
toggleSale(uint256[] _tokenIds)
updateERC20Price(uint256[] _traitTokenIds, address[][] _tokenContracts, uint256[][] _prices)
updateETHPrice(uint256[] _tokenIds, uint256[] _prices)
updateMaxSupply(uint256[] _tokenIds, uint256[] _maxSupplies)
updateSaleDataBulk(uint256[] _tokenIds, struct FancyTraitV2SaleSaleDataUpdateArgs[] _saleDataUpdateArgs)
withdrawERC20(address _beneficiary, address[] _tokenContracts, uint256[] _amounts)
withdrawETH(address _beneficiary, uint256 _amount)
CounterCleared(uint256 indexed _tokenId)
ERC20PriceUpdated(uint256 indexed _tokenId, address indexed _tokenContract, uint256 _price)
ETHPriceUpdated(uint256 indexed _tokenId, uint256 _price)
MaxSupplyUpdated(uint256 indexed _tokenId, uint256 _maxSupply)
Purchase(address indexed _sender, uint256[] _traitIds, uint256[] _quantities)
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)
SaleDataDeleted(uint256 indexed _tokenId)
SaleDataUpdated(uint256 indexed _tokenId)
SaleToggled(uint256 indexed _tokenId, bool _saleActive)
WithdrawERC20(address _destination, address _tokenContract, uint256 _amount)
WithdrawETH(address _destination, uint256 _amount)
constructor(address _fancyBearsContract, address _honeyJarsContract, address _honeyVestingContract, address _fancyTraitsV2Contract, address _honeyTokenContract, address _levelsContract, address _fancyBearStakingContract, address _hiveContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.