Flippr Access Pass
Verified contract
Active on
Ethereum with 22,074 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 "Flippr Access Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249149 | 5 days ago | | | 0 | 0.00051564134 | |
| 20947652 | 2 months ago | | | 0 | 0.00021896236 | |
| 20870692 | 2 months ago | | | 0 | 0.0010257394 | |
| 20811825 | 2 months ago | | | 0 | 0.00096363090 | |
| 20757265 | 2 months ago | | | 0 | 0.000055788903 | |
| 20610103 | 3 months ago | | | 0 | 0.000021077134 | |
| 20608240 | 3 months ago | | | 0 | 0.000040500647 | |
| 20543317 | 3 months ago | | | 0 | 0.000080736204 | |
| 20524826 | 3 months ago | | | 0 | 0.000096950235 | |
| 20513007 | 4 months ago | | | 0 | 0.00041175476 |
ABI
ABI objects
Getter at block 21287577
freeSupplyLeft() view returns (uint16)
57
freesaleActive() view returns (bool)
true
getBalance() view returns (uint256)
0
getFreeSupplyLeft() view returns (uint16)
57
getMaxSupply() view returns (uint16)
6000
getPaidSupplyLeft() view returns (uint16)
0
getPresalePrice() view returns (uint256)
90000000000000000
getSalePrice() view returns (uint256)
120000000000000000
getWhitelistMerkle() view returns (bytes32)
0xc01ca060778fb6b986cedac7c71a1c56896701a0db2a7e6e67169ad07e95acd7
maxFree() view returns (uint16)
726
maxSupply() view returns (uint16)
6000
name() view returns (string)
Flippr Access Pass
owner() view returns (address)
0xa3df6f2957268e2d15c1463a058f2a7e23f28140
paidSupplyLeft() view returns (uint16)
0
passIndex() view returns (uint8)
0
presaleActive() view returns (bool)
true
presalePrice() view returns (uint256)
90000000000000000
reservedSupply() view returns (uint8)
50
saleActive() view returns (bool)
true
salePrice() view returns (uint256)
120000000000000000
symbol() view returns (string)
FLIPPR
totalSupply() view returns (uint256)
5943
whitelistMerkle() view returns (bytes32)
0xc01ca060778fb6b986cedac7c71a1c56896701a0db2a7e6e67169ad07e95acd7
Read-only
_freeMinted(address) view returns (bool)
_presaleMinted(address) view returns (bool)
_saleMinted(address) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
freeMintTrees(uint8) view returns (bytes32)
getFreeMerkle(uint8 _count) view returns (bytes32)
hasToken(address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events changeFreeSupplyLeft(uint16 _freeSupplyLeft)
changePaidSupplyLeft(uint16 _paidSupplyLeft)
freeMint(uint8 _count, bytes32[] _merkleProof)
mint(bytes32[] _merkleProof) payable
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setFreeMerkle(uint8 _count, bytes32 _merkleRoot)
setFreesaleStatus(bool _presaleActive)
setPresalePrice(uint256 _price)
setPresaleStatus(bool _presaleActive)
setSalePrice(uint256 _price)
setSaleStatus(bool _saleActive)
setURI(string newuri)
setWhitelistMerkle(bytes32 _merkleRoot)
transferFreeSupply()
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.