FancyTraitSale
Verified contract
Active on
Ethereum with 3,159 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x55f3…b448
0x33b4…aa36
0x7bb5…9d42
0xce15…cfbe
0x628b…4b7e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HONEY | ERC-20 | 1.91755M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21027770 | a month ago | | | 0 | 0.0011351849 | |
| 19203451 | 9 months ago | | | 0 | 0.0040564881 | |
| 18705943 | a year ago | | | 0 | 0.0044652452 | |
| 17688429 | a year ago | | | 0 | 0.0014918517 | |
| 17688429 | a year ago | | | 0 | 0.0013991007 | |
| 17343942 | a year ago | | | 0 | 0.012469442 | |
| 17131247 | 2 years ago | | | 0 | 0.013703573 | |
| 17131003 | 2 years ago | | | 0 | 0.013960143 | |
| 17130986 | 2 years ago | | | 0 | 0.027972206 | |
| 17130895 | 2 years ago | | | 0 | 0.059488023 |
ABI
ABI objects
Getter at block 21213965
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SALE_MANAGER_ROLE() view returns (bytes32)
0x988301af8238f779281a300de031815cd01b48e9f1ae47a0f91ed6584213624a
WITHDRAW_ROLE() view returns (bytes32)
0x5d8e12c39142ff96d79d04d15d1ba1269e4fe57bb9d26f43523628b34ba108ec
fancyBearHoneyConsumptionContract() view returns (address)
0x628bec3f759d9a6d49829288a0e546282d284b7e
fancyBearTraitsContract() view returns (address)
0xce15f018b083844a0b650b8000a00f227fb8cfbe
fancyBearsContract() view returns (address)
0x87084ec881d5a15c918057f326790db177d218f2
honeyJarsContract() view returns (address)
0x55f3bc084da207b7347538b74cc388deeb3ab448
honeyTokenContract() view returns (address)
0x33b4fe5e40e4903a0849ca97b3292eac3eb0aa36
honeyVestingContract() view returns (address)
0x7bb5178af214b8c5e714ee29d40045e37bc89d42
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSaleData(uint256) view returns (uint256 price, uint256 counter, uint256 maxSupply, bool saleActive)
State-modifying
Events clearCounter(uint256[] _tokenIds)
deleteSaleData(uint256[] _tokenIds)
grantRole(bytes32 role, address account)
purchaseTraits(struct FancyTraitSalePurchaseData purchaseData)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
toggleSale(uint256[] _tokenIds)
updateMaxSupply(uint256[] _tokenIds, uint256[] _maxSupplies)
updatePrice(uint256[] _tokenIds, uint256[] _prices)
updateSaleData(uint256 _tokenId, struct FancyTraitSaleTokenSaleData _tokenSaleData)
updateSaleDataBulk(uint256[] _tokenIds, struct FancyTraitSaleTokenSaleData[] _tokenSaleData)
withdraw(address _beneficiary, uint256 _amount)
CounterCleared(uint256 indexed _tokenId)
MaxSupplyUpdated(uint256 indexed _tokenId, uint256 _maxSupply)
PriceUpdated(uint256 indexed _tokenId, uint256 _price)
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)
Withdraw(address _destination, uint256 _amount)
constructor(address _fancyBearsContract, address _honeyJarsContract, address _honeyTokenContract, address _honeyVestingContract, address _fancyBearTraitsContract, address _fancyBearHoneyConsumptionContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.