Fringe Drifters
Verified contract
Active on
Ethereum with 2,621 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 "Fringe Drifters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21089534 | 11 days ago | | | 0 | 0.00029099874 | |
| 21089517 | 11 days ago | | | 0 | 0.00028517205 | |
| 20608900 | 3 months ago | | | 0 | 0.000096854610 | |
| 20548289 | 3 months ago | | | 0 | 0.00020380764 | |
| 20515170 | 3 months ago | | | 0 | 0.00021144743 | |
| 20306256 | 4 months ago | | | 0 | 0.00023489135 | |
| 20272063 | 4 months ago | | | 0 | 0.00038208040 | |
| 20257825 | 4 months ago | | | 0 | 0.00011177936 | |
| 20257671 | 4 months ago | | | 0 | 0.00012429712 | |
| 20158336 | 5 months ago | | | 0 | 0.00022319721 |
ABI
ABI objects
Getter at block 21167013
CURRENTPHASE() view returns (string)
The Void
FD_PRICE() view returns (uint256)
0
MAXBATCH() view returns (uint256)
20
isMinting() view returns (bool)
true
name() view returns (string)
Fringe Drifters
owner() view returns (address)
0x8ff8657929a02c0e15ace37aac76f47d1f5fbfc6
symbol() view returns (string)
FD
totalBalance() view returns (uint256)
0
totalSupply() view returns (uint256)
3508
Read-only
AllPhases(string) view returns (uint64 startingPoint, uint64 endPoint, uint64 currentCount)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSupplyForPhase(string PhaseName) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
usedTransactions(string) view returns (bool)
State-modifying
Events FringeMint(bytes32 hash, bytes signature, string transactionID, uint256 qty) payable
adjustMaxBatch(uint256 maxBatch)
adjustPhases(string PhaseName, uint64 startPoint, uint64 endPoint)
adjustPrice(uint256 newPrice)
adjustSigner(address newSigner)
approve(address to, uint256 tokenId)
changePhase(string newPhase)
changeWithdrawer(address newAddress)
gift(string phase, address[] receivers)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC20(address erc20Token)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, address startingSignerAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuthenticationFailed()
BalanceQueryForZeroAddress()
DoesNotExist()
ExceedsAllowedBatch()
ExceedsCurrentSupply()
FailedToWithdraw()
IndexExceedsOwnerBounds()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughEth()
NotMinting()
NotWithdrawAddress()
OwnerQueryForNonexistentToken()
PastBoundsOfBatchLimit()
PastSupply()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()