Flyfish Club Sales
Verified contract
Active on
Ethereum with 2,404 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc9d8…4bef
Balances ($0.00)
No balances found for "Flyfish Club Sales"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 14543324 | 3 years ago | | | 0.22222324 | 0.00077692774 | |
Transfer | 14543314 | 3 years ago | | | 0.22302531 | 0.00073236213 | |
| 13963653 | 3 years ago | | | 2.5 | 0.019819806 | |
| 13960796 | 3 years ago | | | 0 | 0.0040946891 | |
| 13959531 | 3 years ago | | | 2.5 | 0.0043356635 | |
| 13959335 | 3 years ago | | | 2.5 | 0.0068660000 | |
| 13959321 | 3 years ago | | | 2.5 | 0.027464000 | |
| 13959319 | 3 years ago | | | 2.5 | 0.0055957900 | |
| 13959315 | 3 years ago | | | 8.5 | 0.0065327265 | |
| 13959307 | 3 years ago | | | 2.5 | 0.0061575206 |
ABI
ABI objects
Getter at block 21116049
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
benefactor() view returns (address)
0x7a1470a1a027b97c6eef230d347ab836fc77dd4b
name() view returns (string)
Flyfish Club Sales
tokenContract() view returns (address)
0xc9d8f15803c645e98b17710a0b6593f097064bef
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
numSoldByTier(uint256) view returns (uint256)
remainingGlobal(uint256 tier) view returns (uint256)
remainingSale(string ticket, uint256 tier) view returns (uint256)
saleConfigByTicketId(string) view returns (uint256 maxSell, address ticketSigner)
saleStateByTicketId(string) view returns (bool active, uint256 numSold)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierConfigByTier(uint256) view returns (uint256 price, uint256 firstTokenId, uint256 numTokens)
State-modifying
Events buy(uint256[] tiers, string ticket, bytes signature) payable
buyAdmin(uint256 tier, address recipient)
configureSale(string ticket, address ticketSigner, uint256 maxSell, struct TokenSalesSaleTierConfigInput[] tierConfigs)
configureTier(uint256 tier, uint256 numTokens, uint256 firstTokenId, uint256 initialPrice)
grantRole(bytes32 role, address account)
initialize(string _name, address _tokenContract, address initialAdmin)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBenefactor(address newBenefactor, bool sendBalance)
setSaleActive(string ticket, bool active)
setTierPrice(uint256 tier, uint256 newPrice)
withdraw()
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)
TokenPurchased(uint256 index, address buyer)
constructor(string _name, string _domain, string _version, address _tokenContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.